interface ProxyContentResolverParams {
    ipfsGateway?: IpfsGateway;
    urlProxy?: UrlProxy;
}

Properties

ipfsGateway?: IpfsGateway
urlProxy?: UrlProxy

Generated using TypeDoc