referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_sassafras::pallet::RingContext

source ·
pub type RingContext<T: Config> = StorageValue<_GeneratedPrefixForStorageRingContext<T>, RingContext>;
Expand description

Parameters used to construct the epoch’s ring verifier.

In practice: Updatable Universal Reference String and the seed.

Storage type is [StorageValue] with value type vrf :: RingContext.

Aliased Type§

struct RingContext<T: Config>(/* private fields */);