pub type Owners<T: Config> = StorageMap<_GeneratedPrefixForStorageOwners<T>, Blake2_128Concat, OpaquePeerId, T::AccountId>;Expand description
A map that maintains the ownership of each node.
Storage type is [StorageMap] with key type PeerId and value type T :: AccountId.
Aliased Type§
struct Owners<T: Config>(/* private fields */);