ABCI

post/tendermint.abci.ABCI/FinalizeBlock

Request body

hashstring byte

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

heightstring int64
next_validators_hashstring byte
proposer_addressstring byte

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

timestring date-time
txsstring[]

Response

A successful response.

app_hashstring byte

app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was deterministic. It is up to the application to decide which algorithm to use.

Changes