Type Definition pallet_node_authorization::pallet::Owners[][src]

type Owners<T: Config> = StorageMap<_GeneratedPrefixForStorageOwners<T>, Blake2_128Concat, PeerId, T::AccountId>;
Expand description

A map that maintains the ownership of each node.