Represents a peer-node in the swarm PeerNode

interface PeerNode {
    Addr?: string;
    NodeID?: string;
}

Properties

Properties

Addr?: string

IP address and ports at which this node can be reached.

NodeID?: string

Unique identifier of for this node in the swarm.