getBlockHash method

ResponseFuture<GetBlockHashResponse> getBlockHash(
  1. GetBlockHashRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetBlockHashResponse> getBlockHash(
    $1.GetBlockHashRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockHash, request, options: options);
}