helia
    Preparing search index...

    Interface BitswapProvider

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

    Properties

    cid: CID

    the CID the provider can supply the block for

    provider: Provider

    The provider info

    routing: string

    Which routing subsystem found the provider

    type: "bitswap"

    The type of provider