nt200_withdraw_txn
Create unsigned transactions to withdraw ARC-200 wrapped network tokens or ASAs, unwrapping them to the underlying asset. Requires token holder opt-in.
Instructions
Build unsigned NT200 withdraw(amount) txn. Withdraws ARC-200 wrapped network tokens or ASAs; token holder must be opted in to the underlying asset. One txn (ulujs CONTRACT + abi.nt200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| amount | Yes | Amount to unwrap in base units (string). | |
| sender | Yes | Address that holds the ARC-200 and will receive the underlying. | |
| network | Yes | Algorand or Voi mainnet identifier. |