pub type MemberRegistered<T: Config> = StorageMap<_GeneratedPrefixForStorageMemberRegistered<T>, Blake2_128Concat, AccountId, (), OptionQuery>;Expand description
Get if member is electable.
Storage type is [StorageMap] with key type AccountId and value type ().
Aliased Typeยง
struct MemberRegistered<T: Config>(/* private fields */);