helia
    Preparing search index...

    Type Alias BitswapWantBlockProgressEvents

    BitswapWantBlockProgressEvents:
        | ProgressEvent<"bitswap:unwant", CID>
        | ProgressEvent<"bitswap:want", CID>
        | ProgressEvent<"bitswap:block", { cid: CID; sender: PeerId }>
        | BitswapNetworkWantProgressEvents