nt200_create_balance_box_txn
Builds an unsigned transaction to create a balance box for an address on Algorand or Voi, adding a payment transaction for box creation costs when required.
Instructions
Build unsigned NT200 createBalanceBox(address) txn(s). Creates a balance box for the specified address if it doesn't exist. May include payment txn for box creation cost. Uses ulujs CONTRACT + abi.nt200.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| sender | Yes | Transaction sender (pays for box creation if needed). | |
| address | Yes | Address for whom to create the balance box. | |
| network | Yes | Algorand or Voi mainnet identifier. |