referrerpolicy=no-referrer-when-downgrade

GenesisSlot

Type Alias GenesisSlot 

Source
pub type GenesisSlot<T> = StorageValue<_GeneratedPrefixForStorageGenesisSlot<T>, Slot, ValueQuery>;
Expand description

The slot at which the first epoch actually started. This is 0 until the first block of the chain.

Storage type is [StorageValue] with value type Slot.

Aliased Type§

pub struct GenesisSlot<T>(/* private fields */);