You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/contracts.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ where:
81
81
-`params`: the compile-time list of parameters of the contract
82
82
-`vars`: the list of variables (concretely stored in the data commitment of the covenant, aka the _state_ of the contract)
83
83
84
-
`params` and `vars` should be omitted if empty. Moreover, for notational simplicity we prefer to omit (and list separately) the *global* parameters that are unchanged for all the contract in the diagram.
84
+
`params` and `vars` should be omitted if empty. Moreover, for notational simplicity we prefer to omit (and list separately) the *global* parameters that are unchanged for all the contracts in the diagram.
85
85
86
86
We call *clause* each spending condition of a contract. Each clause has a name (in lowercase, in snake_case if multiple words)
87
87
@@ -152,4 +152,4 @@ Unvaulting[ctv_hash]:
152
152
pass
153
153
```
154
154
155
-
A matching Python implementation can be found in [vault_contracts.py](../examples/vault/vault_contracts.py).
155
+
A matching Python implementation can be found in [vault_contracts.py](../examples/vault/vault_contracts.py).
0 commit comments