| Package | Description |
|---|---|
| org.exoplatform.addon.wallet.model.reward | |
| org.exoplatform.addon.wallet.reward.service |
| Modifier and Type | Method and Description |
|---|---|
static RewardTransaction |
RewardTransaction.fromStoredValue(String storedTransactionDetails) |
RewardTransaction |
WalletReward.getRewardTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletReward.setRewardTransaction(RewardTransaction rewardTransaction) |
| Constructor and Description |
|---|
WalletReward(Wallet wallet,
Set<WalletPluginReward> rewards,
RewardTransaction rewardTransaction,
String poolName,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
List<RewardTransaction> |
RewardTransactionService.getRewardTransactions(String periodType,
long startDateInSeconds)
Get the list of transactions sent on blockchain of type 'reward' in a
period of time
|
| Modifier and Type | Method and Description |
|---|---|
void |
RewardTransactionService.saveRewardTransaction(RewardTransaction rewardTransaction)
Save reward transaction in eXo internal datasource
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.