Uses of Class
org.exoplatform.wallet.model.ContractDetail
Packages that use ContractDetail
Package
Description
-
Uses of ContractDetail in org.exoplatform.wallet.model
Methods in org.exoplatform.wallet.model that return ContractDetail -
Uses of ContractDetail in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return ContractDetailModifier and TypeMethodDescriptionWalletContractService.getContractDetail(String address) Get contract detailMethods in org.exoplatform.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 org.exoplatform.wallet.utils
Fields in org.exoplatform.wallet.utils with type parameters of type ContractDetailModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<ContractDetail>WalletUtils.CONTRACT_DETAILS_PARAMETERMethods in org.exoplatform.wallet.utils that return ContractDetail