interface Address {
    isCertified?: boolean;
    isConnected?: boolean;
    multiaddr: string;
}

Properties

isCertified?: boolean

If true, this multiaddr came from a signed peer record

isConnected?: boolean

If true, the current node has an active connection to this peer via this address

multiaddr: string

The multiaddr this address represents