Function fetchCidContentAsJson

  • Parameters

    • cid: string
    • Optionalpath: string
    • _fetchCidContent: (
          cid: string,
          path?: string,
          ipfsGatewayServers?: IpfsGatewayFunction[],
      ) => Promise<null | Blob> = fetchCidContent
    • ipfsGatewayServers: IpfsGatewayFunction[] = defaultIpfsGatewayServers

    Returns Promise<any>