checkTx abstract method

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

Implementation

$async.Future<$0.ResponseCheckTx> checkTx(
    $grpc.ServiceCall call, $0.RequestCheckTx request);