Function parseTokenIdentifier

  • Creates the collection and nonce from a token identifier

    Parameters

    • tokenIdentifier: string

      The token identifier in the format of ticker-randomString-nonce

    Returns {
        collection: string;
        nonce: BigNumber.Value;
    }

    The collection and nonce of the token

    • collection: string
    • nonce: BigNumber.Value