Wraps the application header .
name | type | description |
---|---|---|
prevRoot | byte[32] | Merkle root of all previous consensus header hashes (i.e. not including this block). |
height | uint32 | Height of this block. |
timestamp | uint64 | Time this block was created, in TAI64 format. |
applicationHash | byte[32] | Hash of serialized application header for this block. |
Consensus for the consensus header is a single signature from the authority over the hash of the serialized consensus header.
Since the system is secure under the assumption the authority is honest, there is no need for committing to the authority signatures in the header.