pub type WellKnownNodes<T> = StorageValue<_GeneratedPrefixForStorageWellKnownNodes<T>, BTreeSet<PeerId>, 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 >.