deliverTx_Pre method

Future<ResponseDeliverTx> deliverTx_Pre(
  1. ServiceCall call,
  2. Future<RequestDeliverTx> request
)

Implementation

$async.Future<$0.ResponseDeliverTx> deliverTx_Pre($grpc.ServiceCall call,
    $async.Future<$0.RequestDeliverTx> request) async {
  return deliverTx(call, await request);
}