Function fetchCidContentAsJson
fetchCidContentAsJson( cid: string, path?: string, _fetchCidContent?: ( cid: string, path?: string, ipfsGatewayServers?: IpfsGatewayFunction[], ) => Promise<null | Blob>, ipfsGatewayServers?: IpfsGatewayFunction[],): Promise<any> Parameters
- cid: string
Optionalpath: string- _fetchCidContent: (
cid: string,
path?: string,
ipfsGatewayServers?: IpfsGatewayFunction[],
) => Promise<null | Blob> = fetchCidContent - ipfsGatewayServers: IpfsGatewayFunction[] = defaultIpfsGatewayServers
Returns Promise<any>