public interface RewardTransactionService
| Modifier and Type | Method and Description |
|---|---|
List<RewardTransaction> |
getRewardTransactions(String periodType,
long startDateInSeconds)
Get the list of transactions sent on blockchain of type 'reward' in a
period of time
|
void |
saveRewardTransaction(RewardTransaction rewardTransaction)
Save reward transaction in eXo internal datasource
|
List<RewardTransaction> getRewardTransactions(String periodType, long startDateInSeconds)
periodType - period type: week, month...startDateInSeconds - start timestamp of the period used to reward
walletsvoid saveRewardTransaction(RewardTransaction rewardTransaction)
rewardTransaction - to save in DBCopyright © 2003–2019 eXo Platform SAS. All rights reserved.