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