referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_sassafras::pallet::CurrentRandomness

source ·
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 */);