getBlockWithTxs_Pre method

Future<GetBlockWithTxsResponse> getBlockWithTxs_Pre(
  1. ServiceCall call,
  2. Future<GetBlockWithTxsRequest> request
)

Implementation

$async.Future<$1.GetBlockWithTxsResponse> getBlockWithTxs_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetBlockWithTxsRequest> request) async {
  return getBlockWithTxs(call, await request);
}