Type Alias pallet_subspace::pallet::BlockRandomness

source ·
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§

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