Uses of Class
io.meeds.wallet.model.ContractDetail
Packages that use ContractDetail
-
Uses of ContractDetail in io.meeds.wallet.model
Methods in io.meeds.wallet.model that return ContractDetail -
Uses of ContractDetail in io.meeds.wallet.service
Methods in io.meeds.wallet.service that return ContractDetailModifier and TypeMethodDescriptionWalletContractService.getContractDetail(String address) Get contract detailMethods in io.meeds.wallet.service with parameters of type ContractDetailModifier and TypeMethodDescriptionvoidWalletAccountService.refreshWalletFromBlockchain(Wallet wallet, ContractDetail contractDetail, Map<String, Set<String>> walletsModifications) Refreshes wallet state from blockchainvoidWalletTokenAdminService.retrieveWalletInformationFromBlockchain(Wallet wallet, ContractDetail contractDetail, Set<String> walletModifications) Retrieves wallet details from blockchainvoidWalletContractService.saveContractDetail(ContractDetail contractDetail) Save a new contract detailsvoidWalletService.setConfiguredContractDetail(ContractDetail contractDetail) Sets contract detail object in global settings -
Uses of ContractDetail in io.meeds.wallet.utils
Fields in io.meeds.wallet.utils with type parameters of type ContractDetailModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<ContractDetail> WalletUtils.CONTRACT_DETAILS_PARAMETERMethods in io.meeds.wallet.utils that return ContractDetail