Function fetchCidContentViaHttp
fetchCidContentViaHttp( cid: string, path?: string, ipfsGatewayServers?: IpfsGatewayFunction[],): Observable<null | Blob> Parameters
- cid: string
Optionalpath: string- ipfsGatewayServers: IpfsGatewayFunction[] = defaultIpfsGatewayServers
Returns Observable<null | Blob>