We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b852740 commit 78e9813Copy full SHA for 78e9813
sentinel.md
@@ -13,6 +13,9 @@ The Sentinel contract has two interfaces:
13
- raw interface
14
- ABI encoded interface
15
16
+The raw interface is used by the node for contract validation during deployment, while the ABI encoded interface is a more
17
+friendly way to interact with the contract otherwise.
18
+
19
## Error handling
20
21
In both modes, the contract will use an invalid instruction (e.g. regular failure) when an unexpected issue occurs,
0 commit comments