helia
    Preparing search index...

    Interface TrustlessGatewayProvider

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

    Properties

    Properties

    cid: CID

    The CID that the provider can provide the block for

    routing: string

    Which routing implementation found the provider

    type: "trustless-gateway"

    The type of provider

    url: string

    The provider's URL