from message tendermint.abci.Request

Hierarchy

Constructors

Properties

value:
    | { case: "echo"; value: RequestEcho }
    | { case: "flush"; value: RequestFlush }
    | { case: "info"; value: RequestInfo }
    | { case: "initChain"; value: RequestInitChain }
    | { case: "query"; value: RequestQuery }
    | { case: "beginBlock"; value: RequestBeginBlock }
    | { case: "checkTx"; value: RequestCheckTx }
    | { case: "deliverTx"; value: RequestDeliverTx }
    | { case: "endBlock"; value: RequestEndBlock }
    | { case: "commit"; value: RequestCommit }
    | { case: "listSnapshots"; value: RequestListSnapshots }
    | { case: "offerSnapshot"; value: RequestOfferSnapshot }
    | { case: "loadSnapshotChunk"; value: RequestLoadSnapshotChunk }
    | { case: "applySnapshotChunk"; value: RequestApplySnapshotChunk }
    | { case: "prepareProposal"; value: RequestPrepareProposal }
    | { case: "processProposal"; value: RequestProcessProposal }
    | { case: undefined; value?: undefined } = ...

Type declaration

from oneof tendermint.abci.Request.value

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

Methods

MMNEPVFCICPMFPCPTTAAATR