getSbpRewardByTimestamp method

Future<RpcRewardByDayInfo> getSbpRewardByTimestamp(
  1. int timestamp
)

Implementation

Future<RpcRewardByDayInfo> getSbpRewardByTimestamp(int timestamp) =>
    api.getSbpRewardByTimestamp(timestamp);