getBlockHash_Pre method

Future<GetBlockHashResponse> getBlockHash_Pre(
  1. ServiceCall call,
  2. Future<GetBlockHashRequest> request
)

Implementation

$async.Future<$1.GetBlockHashResponse> getBlockHash_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetBlockHashRequest> request) async {
  return getBlockHash(call, await request);
}