libp2p
    Preparing search index...
    interface Address {
        isCertified?: boolean;
        isConnected?: boolean;
        multiaddr: string;
    }
    Index

    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