pub type RingKeysStatus<T: Config> = StorageMap<_GeneratedPrefixForStorageRingKeysStatus<T>, Blake2_128Concat, RingIndex, RingStatus, ValueQuery>;
Expand description
Stores the meta information for each ring, the number of keys and how many are actually included in the root.
Storage type is [StorageMap
] with key type RingIndex
and value type RingStatus
.
Aliased Type§
struct RingKeysStatus<T: Config>(/* private fields */);