getRawBlock method

ResponseFuture<GetRawBlockResponse> getRawBlock(
  1. GetRawBlockRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetRawBlockResponse> getRawBlock(
    $0.GetRawBlockRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getRawBlock, request, options: options);
}