interface PSResponse {
    peerIDs: Uint8Array[];
    topics: string[];
}

Properties

Properties

peerIDs: Uint8Array[]
topics: string[]