getTransactionCountByBlockNum_Pre method

Future<NumberMessage> getTransactionCountByBlockNum_Pre(
  1. ServiceCall call,
  2. Future<NumberMessage> request
)

Implementation

$async.Future<$2.NumberMessage> getTransactionCountByBlockNum_Pre(
    $grpc.ServiceCall call, $async.Future<$2.NumberMessage> request) async {
  return getTransactionCountByBlockNum(call, await request);
}