interface PeerInfo {
    addrs: Uint8Array[];
    id: Uint8Array;
}

Properties

Properties

addrs: Uint8Array[]