pallet_members::pallet

Type Alias MemberPeerId

Source
pub type MemberPeerId<T: Config> = StorageMap<_GeneratedPrefixForStorageMemberPeerId<T>, Blake2_128Concat, AccountId, PeerId, OptionQuery>;
Expand description

Get PeerId for member

Storage type is [StorageMap] with key type AccountId and value type PeerId.

Aliased Typeยง

struct MemberPeerId<T: Config>(/* private fields */);