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