TimeLockType
@iota/notarization API documentation
Type Alias: TimeLockType
TimeLockType =
"None"|"UnlockAt"|"UntilDestroyed"
Represents the type of a time lock.
This enum defines the possible types of time locks that can be applied to a notarization object.
None: No time lock is applied.UnlockAt: The object will unlock at a specific timestamp.UntilDestroyed: The object remains locked until it is destroyed.