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.

Type Aliases§