Skip to content

Commit 78e9813

Browse files
committed
State the reason for two sentinel interfaces
1 parent b852740 commit 78e9813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: sentinel.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The Sentinel contract has two interfaces:
1313
- raw interface
1414
- ABI encoded interface
1515

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+
1619
## Error handling
1720

1821
In both modes, the contract will use an invalid instruction (e.g. regular failure) when an unexpected issue occurs,

0 commit comments

Comments
 (0)