Uses of Class
org.exoplatform.wallet.entity.WalletBlockchainStateEntity
-
Packages that use WalletBlockchainStateEntity Package Description org.exoplatform.wallet.dao org.exoplatform.wallet.entity -
-
Uses of WalletBlockchainStateEntity in org.exoplatform.wallet.dao
Methods in org.exoplatform.wallet.dao that return WalletBlockchainStateEntity Modifier and Type Method Description WalletBlockchainStateEntityWalletBlockchainStateDAO. findByWalletIdAndContract(long walletId, String contractAddress) -
Uses of WalletBlockchainStateEntity in org.exoplatform.wallet.entity
Methods in org.exoplatform.wallet.entity that return types with arguments of type WalletBlockchainStateEntity Modifier and Type Method Description Collection<WalletBlockchainStateEntity>WalletEntity. getBlockchainState()Method parameters in org.exoplatform.wallet.entity with type arguments of type WalletBlockchainStateEntity Modifier and Type Method Description voidWalletEntity. setBlockchainState(Collection<WalletBlockchainStateEntity> blockchainState)
-