checkTx_Pre method

Future<ResponseCheckTx> checkTx_Pre(
  1. ServiceCall call,
  2. Future<RequestCheckTx> request
)

Implementation

$async.Future<$0.ResponseCheckTx> checkTx_Pre(
    $grpc.ServiceCall call, $async.Future<$0.RequestCheckTx> request) async {
  return checkTx(call, await request);
}