Structs§
- Digest of a
VerifiedBlock
or verifiedSignedBlock
, which covers theBlock
and its signature. BlockRef
uniquely identifies aVerifiedBlock
viadigest
. It also contains the slot info (round and author) so it can be used in logic such as aggregating stakes for a round.
Constants§
- The number of reserved transaction indices.
- The index of the ping transaction. This is a special type of transaction that is used in order to ping consensus and perform ping requests. We reserve the max index for this transaction.
Type Aliases§
- Block proposal timestamp in milliseconds.
- Round number of a block.
- Index of a transaction in a block.