Type Alias pallet_babe::pallet::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§
struct GenesisSlot<T>(/* private fields */);