referrerpolicy=no-referrer-when-downgrade

Type Alias Member

Source
pub type Member<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMember<T, I>, Twox64Concat, T::AccountId, MemberStatusOf<T>, OptionQuery>;
Expand description

The status of a claimant.

Storage type is [StorageMap] with key type T :: AccountId and value type MemberStatusOf < T >.

Aliased Type§

struct Member<T: Config<I>, I: 'static = ()>(/* private fields */);