public virtual grpc::AsyncUnaryCall <global::Types.ResponseCheckTx> CheckTxAsync(global::Types.RequestCheckTx request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CheckTx, null, options, request));
 }
 public virtual global::Types.ResponseCheckTx CheckTx(global::Types.RequestCheckTx request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_CheckTx, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::Types.ResponseCheckTx> CheckTxAsync(global::Types.RequestCheckTx request, grpc::Metadata headers = null,
                                                                                  DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(CheckTxAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::Types.ResponseCheckTx> CheckTx(global::Types.RequestCheckTx request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }