pub type CurrentRandomness<T> = StorageValue<_GeneratedPrefixForStorageCurrentRandomness<T>, Randomness, ValueQuery>;Expand description
Current epoch randomness.
Storage type is [StorageValue] with value type Randomness.
Aliased Type§
struct CurrentRandomness<T>(/* private fields */);