referrerpolicy=no-referrer-when-downgrade

Member

Type Alias Member 

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

The status of a claimant.

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

Aliased Type§

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