| Package | Description |
|---|---|
| org.exoplatform.addon.wallet.model | |
| org.exoplatform.addon.wallet.model.settings | |
| org.exoplatform.addon.wallet.service | |
| org.exoplatform.addon.wallet.utils |
| Modifier and Type | Method and Description |
|---|---|
ContractDetail |
ContractDetail.clone() |
| Modifier and Type | Method and Description |
|---|---|
ContractDetail |
GlobalSettings.getContractDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalSettings.setContractDetail(ContractDetail contractDetail) |
| Modifier and Type | Method and Description |
|---|---|
ContractDetail |
WalletContractService.getContractDetail(String address)
Get contract detail
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletTokenAdminService.refreshContractDetailFromBlockchain(ContractDetail contractDetail,
Set<String> contractModifications)
Retrieves contract details from blockchain, like: - Sell price - Owner -
Symbol - Name ...
|
void |
WalletAccountService.refreshWalletFromBlockchain(Wallet wallet,
ContractDetail contractDetail,
Map<String,Set<String>> walletsModifications)
Refreshes wallet state from blockchain
|
void |
WalletTokenAdminService.retrieveWalletInformationFromBlockchain(Wallet wallet,
ContractDetail contractDetail,
Set<String> walletModifications)
Retrieves wallet details from blockchain
|
void |
WalletContractService.saveContractDetail(ContractDetail contractDetail)
Save a new contract details
|
void |
WalletService.setConfiguredContractDetail(ContractDetail contractDetail)
Sets contract detail object in global settings
|
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<ContractDetail> |
WalletUtils.CONTRACT_DETAILS_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static ContractDetail |
WalletUtils.getContractDetail() |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.