getBlockByHeight_Pre method

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

Implementation

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