getBlockById method

ResponseFuture<BlockResponse> getBlockById(
  1. GetBlockByIdRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.BlockResponse> getBlockById(
    $0.GetBlockByIdRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockById, request, options: options);
}