pub type GenesisBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageGenesisBlock<T>, Option<BlockNumberFor<T>>, ValueQuery>;Expand description
Block number where BEEFY consensus is enabled/started.
By changing this (through privileged set_new_genesis()), BEEFY consensus is effectively
restarted from the newly set block number.
Storage type is [StorageValue] with value type Option < BlockNumberFor < T > >.
Aliased Type§
struct GenesisBlock<T: Config>(/* private fields */);