Type Alias pallet_society::pallet::Rules
source · pub type Rules<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRules<T, I>, T::Hash>;
Expand description
A hash of the rules of this society concerning membership. Can only be set once and only by the founder.
Storage type is [StorageValue
] with value type T :: Hash
.
Aliased Type§
struct Rules<T: Config<I>, I: 'static = ()>(/* private fields */);