| dnsLookup | ||||||||||||||||
dnsLookup(name: string, type: string, dnsServers)
|
||||||||||||||||
|
Parameters :
Returns :
Promise<string>
|
| dnsResolver |
dnsResolver(endpoint: string, name: string, type: string)
|
|
Returns :
Promise<string>
|
| fetchCidContent | ||||||||||||||||
fetchCidContent(cid: string, path?: string, ipfsGatewayServers: Array)
|
||||||||||||||||
|
Parameters :
Returns :
Promise<Blob | null>
|
| fetchCidContentAsJson | ||||||||||||||||||||
fetchCidContentAsJson(cid: string, path?: string, _fetchCidContent, ipfsGatewayServers: Array)
|
||||||||||||||||||||
|
Parameters :
Returns :
Promise<any | null>
|
| fetchCidContentViaHttp | ||||||||||||||||
fetchCidContentViaHttp(cid: string, path?: string, ipfsGatewayServers: Array)
|
||||||||||||||||
|
Parameters :
Returns :
Observable<Blob | null>
|
| fetchContentViaHttp | ||||||
fetchContentViaHttp(url: string)
|
||||||
|
Parameters :
Returns :
Observable<Blob | null>
|
| initGenerator | |||||||||
initGenerator(tree: Tree, options: InitGeneratorSchema)
|
|||||||||
|
Parameters :
|
| ProvideConfig | ||||||||
ProvideConfig(config: Record)
|
||||||||
|
Parameters :
|