from message tendermint.abci.Response

Hierarchy

Constructors

Properties

value:
    | {
        case: "exception";
        value: ResponseException;
    }
    | {
        case: "echo";
        value: ResponseEcho;
    }
    | {
        case: "flush";
        value: ResponseFlush;
    }
    | {
        case: "info";
        value: ResponseInfo;
    }
    | {
        case: "initChain";
        value: ResponseInitChain;
    }
    | {
        case: "query";
        value: ResponseQuery;
    }
    | {
        case: "beginBlock";
        value: ResponseBeginBlock;
    }
    | {
        case: "checkTx";
        value: ResponseCheckTx;
    }
    | {
        case: "deliverTx";
        value: ResponseDeliverTx;
    }
    | {
        case: "endBlock";
        value: ResponseEndBlock;
    }
    | {
        case: "commit";
        value: ResponseCommit;
    }
    | {
        case: "listSnapshots";
        value: ResponseListSnapshots;
    }
    | {
        case: "offerSnapshot";
        value: ResponseOfferSnapshot;
    }
    | {
        case: "loadSnapshotChunk";
        value: ResponseLoadSnapshotChunk;
    }
    | {
        case: "applySnapshotChunk";
        value: ResponseApplySnapshotChunk;
    }
    | {
        case: "prepareProposal";
        value: ResponsePrepareProposal;
    }
    | {
        case: "processProposal";
        value: ResponseProcessProposal;
    }
    | {
        case: undefined;
        value?: undefined;
    } = ...

Type declaration

  • case: "exception"
  • value: ResponseException

    from field: tendermint.abci.ResponseException exception = 1;

Type declaration

  • case: "echo"
  • value: ResponseEcho

    from field: tendermint.abci.ResponseEcho echo = 2;

Type declaration

  • case: "flush"
  • value: ResponseFlush

    from field: tendermint.abci.ResponseFlush flush = 3;

Type declaration

  • case: "info"
  • value: ResponseInfo

    from field: tendermint.abci.ResponseInfo info = 4;

Type declaration

  • case: "initChain"
  • value: ResponseInitChain

    from field: tendermint.abci.ResponseInitChain init_chain = 6;

Type declaration

  • case: "query"
  • value: ResponseQuery

    from field: tendermint.abci.ResponseQuery query = 7;

Type declaration

  • case: "beginBlock"
  • value: ResponseBeginBlock

    from field: tendermint.abci.ResponseBeginBlock begin_block = 8;

Type declaration

  • case: "checkTx"
  • value: ResponseCheckTx

    from field: tendermint.abci.ResponseCheckTx check_tx = 9;

Type declaration

  • case: "deliverTx"
  • value: ResponseDeliverTx

    from field: tendermint.abci.ResponseDeliverTx deliver_tx = 10;

Type declaration

  • case: "endBlock"
  • value: ResponseEndBlock

    from field: tendermint.abci.ResponseEndBlock end_block = 11;

Type declaration

  • case: "commit"
  • value: ResponseCommit

    from field: tendermint.abci.ResponseCommit commit = 12;

Type declaration

  • case: "listSnapshots"
  • value: ResponseListSnapshots

    from field: tendermint.abci.ResponseListSnapshots list_snapshots = 13;

Type declaration

  • case: "offerSnapshot"
  • value: ResponseOfferSnapshot

    from field: tendermint.abci.ResponseOfferSnapshot offer_snapshot = 14;

Type declaration

  • case: "loadSnapshotChunk"
  • value: ResponseLoadSnapshotChunk

    from field: tendermint.abci.ResponseLoadSnapshotChunk load_snapshot_chunk = 15;

Type declaration

  • case: "applySnapshotChunk"
  • value: ResponseApplySnapshotChunk

    from field: tendermint.abci.ResponseApplySnapshotChunk apply_snapshot_chunk = 16;

Type declaration

  • case: "prepareProposal"
  • value: ResponsePrepareProposal

    from field: tendermint.abci.ResponsePrepareProposal prepare_proposal = 17;

Type declaration

  • case: "processProposal"
  • value: ResponseProcessProposal

    from field: tendermint.abci.ResponseProcessProposal process_proposal = 18;

from oneof tendermint.abci.Response.value

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.abci.Response" = "tendermint.abci.Response"

Methods