from message tendermint.abci.Response
Optional
from field: tendermint.abci.ResponseException exception = 1;
from field: tendermint.abci.ResponseEcho echo = 2;
from field: tendermint.abci.ResponseFlush flush = 3;
from field: tendermint.abci.ResponseInfo info = 4;
from field: tendermint.abci.ResponseInitChain init_chain = 6;
from field: tendermint.abci.ResponseQuery query = 7;
from field: tendermint.abci.ResponseBeginBlock begin_block = 8;
from field: tendermint.abci.ResponseCheckTx check_tx = 9;
from field: tendermint.abci.ResponseDeliverTx deliver_tx = 10;
from field: tendermint.abci.ResponseEndBlock end_block = 11;
from field: tendermint.abci.ResponseCommit commit = 12;
from field: tendermint.abci.ResponseListSnapshots list_snapshots = 13;
from field: tendermint.abci.ResponseOfferSnapshot offer_snapshot = 14;
from field: tendermint.abci.ResponseLoadSnapshotChunk load_snapshot_chunk = 15;
from field: tendermint.abci.ResponseApplySnapshotChunk apply_snapshot_chunk = 16;
from field: tendermint.abci.ResponsePrepareProposal prepare_proposal = 17;
from field: tendermint.abci.ResponseProcessProposal process_proposal = 18;
from oneof tendermint.abci.Response.value
Static
Readonly
Generated
from message tendermint.abci.Response