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