from message tendermint.abci.Request
Optional
from field: tendermint.abci.RequestEcho echo = 1;
from field: tendermint.abci.RequestFlush flush = 2;
from field: tendermint.abci.RequestInfo info = 3;
from field: tendermint.abci.RequestInitChain init_chain = 5;
from field: tendermint.abci.RequestQuery query = 6;
from field: tendermint.abci.RequestBeginBlock begin_block = 7;
from field: tendermint.abci.RequestCheckTx check_tx = 8;
from field: tendermint.abci.RequestDeliverTx deliver_tx = 9;
from field: tendermint.abci.RequestEndBlock end_block = 10;
from field: tendermint.abci.RequestCommit commit = 11;
from field: tendermint.abci.RequestListSnapshots list_snapshots = 12;
from field: tendermint.abci.RequestOfferSnapshot offer_snapshot = 13;
from field: tendermint.abci.RequestLoadSnapshotChunk load_snapshot_chunk = 14;
from field: tendermint.abci.RequestApplySnapshotChunk apply_snapshot_chunk = 15;
from field: tendermint.abci.RequestPrepareProposal prepare_proposal = 16;
from field: tendermint.abci.RequestProcessProposal process_proposal = 17;
from oneof tendermint.abci.Request.value
Static
Readonly
Generated
from message tendermint.abci.Request