/
PO
pokt-network
/
HTTP API Console
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m 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/CheckTx
Request body
TendermintAbciRequestCheckTx
required
tx
string
byte
type
'NEW'
|
'RECHECK'
Response
A successful response.
TendermintAbciResponseCheckTx
required
code
integer
codespace
string
data
string
byte
events
TendermintAbciEvent[]
gas_used
string
int64
gas_wanted
string
int64
info
string
log
string
Changes