[][src]Module sp_consensus_babe::digests

Private implementation details of BABE digests.

Structs

NextEpochDescriptor

Information about the next epoch. This is broadcast in the first block of the epoch.

Enums

PreDigest

A BABE pre-runtime digest. This contains all data required to validate a block and for the BABE runtime module. Slots can be assigned to a primary (VRF based) and to a secondary (slot number based).

RawPreDigest

A raw version of BabePreDigest, usable on no_std.

Traits

CompatibleDigestItem

A digest item which is usable with BABE consensus.