getBlockByHeight_Pre method

Future<BlockResponse> getBlockByHeight_Pre(
  1. ServiceCall call,
  2. Future<GetBlockByHeightRequest> request
)

Implementation

$async.Future<$0.BlockResponse> getBlockByHeight_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetBlockByHeightRequest> request) async {
  return getBlockByHeight(call, await request);
}