arc72_transfer_txn
Generate an unsigned ARC-72 transferFrom transaction to transfer a token from one owner to another. The sender must be the current owner or an approved operator.
Instructions
Simulate ARC-72 transferFrom(from, to, tokenId). Signer is sender (owner or approved operator).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 58-character AVM account address. | |
| from | Yes | Current owner address. | |
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| sender | Yes | Transaction sender (must be authorized). | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| tokenId | Yes | ARC-72 token id as decimal string (may exceed Number.MAX_SAFE_INTEGER). |