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: components_move/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,13 @@ can be seen as a more complex example:
55
55
their operations. See [audit_trail.move](https://github.com/iotaledger/notarization/blob/main/audit-trail-move/sources/audit_trail.move#L208) for an example.
56
56
* The `RoleMap` is created by the `AuditTrail` in it's [create function](https://github.com/iotaledger/notarization/blob/main/audit-trail-move/sources/audit_trail.move#L114).
57
57
* An example for the Move user experience can be found in the [capability_tests.move](https://github.com/iotaledger/notarization/blob/main/audit-trail-move/tests/capability_tests.move) file.
58
+
59
+
## Timelock
60
+
61
+
The `TimeLock` enum represents different types of time-based locks that can be applied to
62
+
onchain objects.
63
+
64
+
### Usage Examples
65
+
66
+
The Trust Framework product *Notarization* uses `Timelock` to manage several restrictions for
0 commit comments