public interface RewardTransactionService
| Modifier and Type | Method and Description |
|---|---|
List<org.json.JSONObject> |
getRewardTransactions(Long networkId,
String periodType,
long startDateInSeconds) |
void |
saveRewardTransaction(RewardTransaction rewardTransaction)
Save reward transaction
|
List<org.json.JSONObject> getRewardTransactions(Long networkId, String periodType, long startDateInSeconds)
networkId - periodType - startDateInSeconds - void saveRewardTransaction(RewardTransaction rewardTransaction)
rewardTransaction - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.