Type Definition pallet_node_authorization::pallet::AdditionalConnections
source · pub type AdditionalConnections<T> = StorageMap<_GeneratedPrefixForStorageAdditionalConnections<T>, Blake2_128Concat, PeerId, BTreeSet<PeerId>, ValueQuery>;
Expand description
The additional adapative connections of each node.
Storage type is StorageMap
with key type PeerId
and value type BTreeSet < PeerId >
.