| 1 | [ |
| 2 | "autonomous agent", |
| 3 | { |
| 4 | "bounce_fees": { |
| 5 | "base": 10000 |
| 6 | }, |
| 7 | "messages": [ |
| 8 | { |
| 9 | "app": "definition", |
| 10 | "payload": { |
| 11 | "definition": [ |
| 12 | "autonomous agent", |
| 13 | { |
| 14 | "base_aa": "JH3LOA27OOP443BAGJYBHONKCK6NPLAB", |
| 15 | "params": { |
| 16 | "destination": "{trigger.data.destination}", |
| 17 | "duration_in_hours": "{trigger.data.duration}", |
| 18 | "hash_secret": "{trigger.data.hash}", |
| 19 | "secret": "{trigger.data.secret}" |
| 20 | } |
| 21 | } |
| 22 | ] |
| 23 | } |
| 24 | } |
| 25 | ] |
| 26 | } |
| 27 | ] |