arc200_transfer_txn
Generate an unsigned ARC-200 transfer transaction group, returning base64-encoded payloads for signing.
Instructions
Simulate ARC-200 transfer and return unsigned txn group as base64 strings (sign with UluWalletMCP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| amount | Yes | Amount in base units (string) to avoid JS safe integer limits. | |
| sender | Yes | From address (must sign the group). | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| receiver | Yes | 58-character AVM account address. |