helia
    Preparing search index...

    Interface TrustlessGatewayProvider

    interface TrustlessGatewayProvider {
        cid: CID;
        router: string;
        type: "trustless-gateway";
        url: string;
    }
    Index
    cid: CID

    The CID that the provider can provide the block for

    router: string

    Which routing implementation found the provider

    type: "trustless-gateway"

    The type of provider

    url: string

    The provider's URL