Uses of Class
io.meeds.wallet.entity.WalletEntity
Packages that use WalletEntity
-
Uses of WalletEntity in io.meeds.wallet.dao
Methods in io.meeds.wallet.dao that return WalletEntityMethods in io.meeds.wallet.dao that return types with arguments of type WalletEntityModifier and TypeMethodDescriptionWalletAccountDAO.findListByAddress(String address) WalletAccountDAO.findListByIdentityIds(List<Long> identityIds) Method parameters in io.meeds.wallet.dao with type arguments of type WalletEntity -
Uses of WalletEntity in io.meeds.wallet.entity
Methods in io.meeds.wallet.entity that return WalletEntityModifier and TypeMethodDescriptionWalletBackupEntity.getWallet()WalletBlockchainStateEntity.getWallet()WalletPrivateKeyEntity.getWallet()Methods in io.meeds.wallet.entity with parameters of type WalletEntityModifier and TypeMethodDescriptionvoidWalletBackupEntity.setWallet(WalletEntity wallet) voidWalletBlockchainStateEntity.setWallet(WalletEntity wallet) voidWalletPrivateKeyEntity.setWallet(WalletEntity wallet)