pub type NextRandomness<T> = StorageValue<_GeneratedPrefixForStorageNextRandomness<T>, Randomness, ValueQuery>;
Expand description

Next epoch randomness.

Storage type is [StorageValue] with value type BabeRandomness.

Aliased Type§

struct NextRandomness<T>(/* private fields */);