• Return if the address is approved to transfer the tokenId

    Returns

    true if the address is approved to transfer the tokenId, false otherwise

    Parameters

    • binaryArgs: StaticArray<number>

      arguments serialized with Args containing the following data in this order :

      • the address (string)
      • the tokenID (u64)

    Returns bool

Generated using TypeDoc