Skip to content

Commit 0d5b34e

Browse files
committed
Add Timelock section to TfComponents README
1 parent 2274645 commit 0d5b34e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

components_move/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ can be seen as a more complex example:
5555
their operations. See [audit_trail.move](https://github.com/iotaledger/notarization/blob/main/audit-trail-move/sources/audit_trail.move#L208) for an example.
5656
* 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).
5757
* 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
67+
Locked and Dynamic Notarizations.

0 commit comments

Comments
 (0)