XYO Platform SDK - v3.10.6
    Preparing search index...
    checkIpfsUrl: (urlToCheck: string, ipfsGateway?: string) => string

    Returns the equivalent IPFS gateway URL for the supplied URL.

    Type declaration

      • (urlToCheck: string, ipfsGateway?: string): string
      • Parameters

        • urlToCheck: string

          The URL to check

        • OptionalipfsGateway: string

        Returns string

        If the supplied URL is an IPFS URL, it converts the URL to the equivalent IPFS gateway URL. Otherwise, returns the original URL.