arc72_set_approval_for_all_txn
Create an unsigned ARC-72 setApprovalForAll transaction to grant or revoke an operator's control over an owner's entire collection of tokens.
Instructions
Simulate ARC-72 setApprovalForAll(operator, approved). Uses arccjs directly (ulujs wrapper is broken). Owner signs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| owner | Yes | 58-character AVM account address. | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| approved | Yes | True to enable operator for all tokens. | |
| operator | Yes |