| 1 | [ |
| 2 | "autonomous agent", |
| 3 | { |
| 4 | "bounce_fees": { |
| 5 | "base": 10000 |
| 6 | }, |
| 7 | "init": "{ |
| 8 | |
| 9 | $nom_AA = 'Portal'; |
| 10 | $versio = '1'; |
| 11 | |
| 12 | $AUT_0 = 'C4KIJSUWVM7BGWTLXKX3K4PNRXV7OY4W'; |
| 13 | |
| 14 | $adr__ = trigger.address; |
| 15 | $args = trigger.data; |
| 16 | $qt = trigger.output[[asset=base]] - 10000; |
| 17 | |
| 18 | }", |
| 19 | "messages": [ |
| 20 | { |
| 21 | "app": "asset", |
| 22 | "payload": { |
| 23 | "cap": "{trigger.data.cap otherwise ''}", |
| 24 | "is_private": false, |
| 25 | "is_transferrable": true, |
| 26 | "auto_destroy": "{!!trigger.data.auto_destroy}", |
| 27 | "fixed_denominations": false, |
| 28 | "issued_by_definer_only": "{!!trigger.data.issued_by_definer_only}", |
| 29 | "cosigned_by_definer": false, |
| 30 | "spender_attested": false, |
| 31 | "attestors": [ |
| 32 | "{trigger.data.attestor1 otherwise ''}", |
| 33 | "{trigger.data.attestor2 otherwise ''}", |
| 34 | "{trigger.data.attestor3 otherwise ''}" |
| 35 | ] |
| 36 | } |
| 37 | } |
| 38 | ] |
| 39 | } |
| 40 | ] |