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§
struct Root<T>(/* private fields */);