PeerInfo represents one peer of an overlay network. PeerInfo

interface PeerInfo {
    IP?: string;
    Name?: string;
}

Properties

Properties

IP?: string

IP-address of the peer-node in the Swarm cluster.

Name?: string

ID of the peer-node in the Swarm cluster.