Type Alias pallet_sassafras::pallet::NextRandomness
source · pub type NextRandomness<T> = StorageValue<_GeneratedPrefixForStorageNextRandomness<T>, Randomness, ValueQuery>;
Expand description
Next epoch randomness.
Storage type is [StorageValue
] with value type Randomness
.
Aliased Type§
struct NextRandomness<T>(/* private fields */);