Type Alias pallet_node_authorization::pallet::WellKnownNodes
source · pub type WellKnownNodes<T> = StorageValue<_GeneratedPrefixForStorageWellKnownNodes<T>, BTreeSet<OpaquePeerId>, ValueQuery>;
Expand description
The set of well known nodes. This is stored sorted (just by value).
Storage type is [StorageValue
] with value type BTreeSet < PeerId >
.
Aliased Type§
struct WellKnownNodes<T>(/* private fields */);