Interface AddressManagerInit

interface AddressManagerInit {
    announce?: string[];
    announceFilter?: AddressFilter;
    listen?: string[];
    noAnnounce?: string[];
}

Properties

announce?: string[]

list of multiaddrs string representation to announce

announceFilter?: AddressFilter

Pass an function in this field to override the list of addresses that are announced to the network

listen?: string[]

list of multiaddrs string representation to listen

noAnnounce?: string[]

list of multiaddrs string representation to never announce