public class WalletRewardTransactionService extends Object implements org.exoplatform.addon.ethereum.wallet.reward.service.RewardTransactionService
| Constructor and Description |
|---|
WalletRewardTransactionService(org.exoplatform.commons.api.settings.SettingService settingService) |
| Modifier and Type | Method and Description |
|---|---|
List<org.json.JSONObject> |
getRewardTransactions(Long networkId,
String periodType,
long startDateInSeconds) |
void |
saveRewardTransaction(org.exoplatform.addon.ethereum.wallet.reward.model.RewardTransaction rewardTransaction) |
public WalletRewardTransactionService(org.exoplatform.commons.api.settings.SettingService settingService)
public List<org.json.JSONObject> getRewardTransactions(Long networkId, String periodType, long startDateInSeconds)
getRewardTransactions in interface org.exoplatform.addon.ethereum.wallet.reward.service.RewardTransactionServicepublic void saveRewardTransaction(org.exoplatform.addon.ethereum.wallet.reward.model.RewardTransaction rewardTransaction)
saveRewardTransaction in interface org.exoplatform.addon.ethereum.wallet.reward.service.RewardTransactionServiceCopyright © 2003–2019 eXo Platform SAS. All rights reserved.