referrerpolicy=no-referrer-when-downgrade

Root

Type Alias Root 

Source
pub type Root<T> = StorageMap<_GeneratedPrefixForStorageRoot<T>, Blake2_128Concat, RingIndex, RingRoot<T>>;
Expand description

The current individuals we recognise.

Storage type is [StorageMap] with key type RingIndex and value type RingRoot < T >.

Aliased Type§

pub struct Root<T>(/* private fields */);