• Transfer a chosen token from the from Address to the to Address. First check that the token is minted and that the caller is allowed to transfer the token.

    Throws

    if the token is not minted or if the caller is not allowed to transfer the token

    Parameters

    • binaryArgs: StaticArray<number>

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

      • the sender's account (address)
      • the recipient's account (address)
      • the tokenID (u64).

    Returns void

Generated using TypeDoc