ABCI

post/tendermint.abci.ABCI/ProcessProposal

Request body

hashstring byte

hash is the merkle root hash of the fields of the proposed block.

heightstring int64
next_validators_hashstring byte
proposer_addressstring byte

address of the public key of the original proposer of the block.

timestring date-time
txsstring[]

Response

A successful response.

status'UNKNOWN' | 'ACCEPT' | 'REJECT'

Changes