consensus_types

Module block

Source

Structs§

  • Digest of a VerifiedBlock or verified SignedBlock, which covers the Block and its signature.
  • BlockRef uniquely identifies a VerifiedBlock via digest. 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§