pub type BlockRandomness<T> = StorageValue<_GeneratedPrefixForStorageBlockRandomness<T>, Randomness>;Expand description
The current block randomness, updated at block initialization. When the proof of time feature is enabled it derived from PoT otherwise PoR.
Storage type is [StorageValue] with value type Randomness.
Aliased Typeยง
pub struct BlockRandomness<T>(/* private fields */);