Skip to content

title: sgns::GeniusNode::BootstrapPeers summary: A parsed bootstrap peer set: the PeerInfos to dial and their IDs for lookup.


sgns::GeniusNode::BootstrapPeers

A parsed bootstrap peer set: the PeerInfos to dial and their IDs for lookup.

Public Attributes

Name
std::vector< libp2p::peer::PeerInfo > infos
Successfully parsed peers, in input order.
std::unordered_set< libp2p::peer::PeerId > ids
The same peers' IDs, for membership tests.

Public Attributes Documentation

variable infos

std::vector< libp2p::peer::PeerInfo > infos;

Successfully parsed peers, in input order.

variable ids

std::unordered_set< libp2p::peer::PeerId > ids;

The same peers' IDs, for membership tests.


Updated on 2026-08-26 at 01:52:48 +0000