Type Alias pallet_provide_randomness::pallet::NexEpochHookIn
source · pub(crate) type NexEpochHookIn<T: Config> = StorageValue<_GeneratedPrefixForStorageNexEpochHookIn<T>, u8, ValueQuery>;Expand description
The number of blocks before the next epoch.
Storage type is [StorageValue] with value type u8.
Aliased Type§
struct NexEpochHookIn<T: Config>(/* private fields */);