ABCI

post/tendermint.abci.ABCI/PrepareProposal

Request body

heightstring int64
max_tx_bytesstring int64

the modified transactions cannot exceed this size.

next_validators_hashstring byte
proposer_addressstring byte

address of the public key of the validator proposing the block.

timestring date-time
txsstring[]

txs is an array of transactions that will be included in a block, sent to the app for possible modifications.

Response

A successful response.

txsstring[]

Changes