pub type RingsState<T> = StorageValue<_GeneratedPrefixForStorageRingsState<T>, RingMembersState, ValueQuery>;
Expand description
The state of the pallet regarding the actions that are currently allowed to be performed on all existing rings.
Storage type is [StorageValue
] with value type RingMembersState
.
Aliased Type§
struct RingsState<T>(/* private fields */);