NeighborInfo
data class NeighborInfo(val nodeId: NodeId, val neighbors: List<NeighborInfo.Neighbor>, val lastUpdated: Int = 0)(source)
Parsed neighbor information for a node, representing its directly-reachable peers.
Parsed neighbor information for a node, representing its directly-reachable peers.