helia
    Preparing search index...

    Interface BitswapProvider

    interface BitswapProvider {
        cid: CID;
        provider: Provider;
        router: string;
        type: "bitswap";
    }
    Index
    cid: CID

    the CID the provider can supply the block for

    provider: Provider

    The provider info

    router: string

    Which routing subsystem found the provider

    type: "bitswap"

    The type of provider