description |
---|
OptIn to the Validator App for Poolers/Swappers. The user must OptIn to the app once before doing any mint/burn/swap/redeem transactions. |
- App Call - OptIn to the Validator App
- signed by Pooler/Swapper
{
"txn": {
"type": "appl",
"snd": "{POOOLER/SWAPPER_ADDRESS}",
"apid": {VALIDATOR_APP_ID},
"apan": 1, // OnComplete: OptIn
"apaa": []
...
},
}
Global State
None
User Account Local State
None