getBlockWithTxs method

ResponseFuture<GetBlockWithTxsResponse> getBlockWithTxs(
  1. GetBlockWithTxsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetBlockWithTxsResponse> getBlockWithTxs(
    $1.GetBlockWithTxsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockWithTxs, request, options: options);
}