getSbpRewardByTimestamp<T> method

  1. @override
Future<T> getSbpRewardByTimestamp<T>(
  1. int timestamp
)
inherited

Implementation

@override
Future<T> getSbpRewardByTimestamp<T>(int timestamp) =>
    makeTypedRpcCall('contract_getSBPRewardByTimestamp', [timestamp]);