/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 56m ago · Updated 3w ago
Details
Filter operations
ABCI
16
post
/tendermint.abci.ABCI/ApplySnapshotChunk
post
/tendermint.abci.ABCI/CheckTx
post
/tendermint.abci.ABCI/Commit
post
/tendermint.abci.ABCI/Echo
post
/tendermint.abci.ABCI/ExtendVote
post
/tendermint.abci.ABCI/FinalizeBlock
post
/tendermint.abci.ABCI/Flush
post
/tendermint.abci.ABCI/Info
post
/tendermint.abci.ABCI/InitChain
post
/tendermint.abci.ABCI/ListSnapshots
post
/tendermint.abci.ABCI/LoadSnapshotChunk
post
/tendermint.abci.ABCI/OfferSnapshot
post
/tendermint.abci.ABCI/PrepareProposal
post
/tendermint.abci.ABCI/ProcessProposal
post
/tendermint.abci.ABCI/Query
post
/tendermint.abci.ABCI/VerifyVoteExtension
ABCIListenerService
2
Msg
138
Query
187
ReflectionService
8
Service
18
ABCI
post
/tendermint.abci.ABCI/ExtendVote
Request body
TendermintAbciRequestExtendVote
required
hash
string
byte
height
string
int64
misbehavior
TendermintAbciMisbehavior[]
next_validators_hash
string
byte
proposed_last_commit
TendermintAbciCommitInfo
proposer_address
string
byte
address of the public key of the original proposer of the block.
time
string
date-time
txs
string[]
Response
A successful response.
TendermintAbciResponseExtendVote
required
vote_extension
string
byte
Changes