reticulum-js
    Preparing search index...
    • The set of message IDs a node should request from a peer: blobs for channels it has local subscribers for, that it doesn't already hold (Rust gap_from_peer).

      Parameters

      • peerPairs: [Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>][]

        Peer manifest [[ch, id], …].

      • blobStore: BlobStore

        Our store (held IDs).

      • subscribedChannelHashes: Uint8Array<ArrayBufferLike>[]

        Channels with local subscribers.

      Returns Uint8Array<ArrayBufferLike>[]