We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4688133 commit 998d4dcCopy full SHA for 998d4dc
src/guides/build-iapp/advanced/result-callback.md
@@ -20,7 +20,8 @@ Use a callback when your smart contract should:
20
21
## 🧩 High-level flow
22
23
-1. A requester executes an iApp.
+1. A requester deploys the smart contract that should receive the callback data.
24
+2. The requester executes an iApp and specifies the callback address.
25
2. The iApp writes `${IEXEC_OUT}/computed.json` with a `callback-data` field
26
(ABI‑encoded bytes you crafted).
27
3. After the task completes and is validated, the iExec protocol invokes your
0 commit comments