Uses of Class
org.exoplatform.wallet.model.ContractDetail
-
Packages that use ContractDetail Package Description org.exoplatform.wallet.model org.exoplatform.wallet.service org.exoplatform.wallet.utils -
-
Uses of ContractDetail in org.exoplatform.wallet.model
Methods in org.exoplatform.wallet.model that return ContractDetail Modifier and Type Method Description ContractDetailContractDetail. clone() -
Uses of ContractDetail in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return ContractDetail Modifier and Type Method Description ContractDetailWalletContractService. getContractDetail(String address)Get contract detailMethods in org.exoplatform.wallet.service with parameters of type ContractDetail Modifier and Type Method Description voidWalletTokenAdminService. refreshContractDetailFromBlockchain(ContractDetail contractDetail, Set<String> contractModifications)Retrieves contract details from blockchain, like: - Sell price - Owner - Symbol - Name ...voidWalletAccountService. 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 ContractDetail Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<ContractDetail>WalletUtils. CONTRACT_DETAILS_PARAMETERMethods in org.exoplatform.wallet.utils that return ContractDetail Modifier and Type Method Description static ContractDetailWalletUtils. getContractDetail()
-