getBlockHash method

Future<GetBlockHashResponse> getBlockHash(
  1. ClientContext? ctx,
  2. GetBlockHashRequest request
)

Implementation

$async.Future<GetBlockHashResponse> getBlockHash(
    $pb.ClientContext? ctx, GetBlockHashRequest request) {
  var emptyResponse = GetBlockHashResponse();
  return _client.invoke<GetBlockHashResponse>(
      ctx, 'Blockchain', 'GetBlockHash', request, emptyResponse);
}