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

    Parameters

    • binaryArgs: StaticArray<number>

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

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

    Returns void

Generated using TypeDoc