Type Definition pallet_node_authorization::pallet::Owners
source · pub type Owners<T: Config> = StorageMap<_GeneratedPrefixForStorageOwners<T>, Blake2_128Concat, PeerId, 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.