Time Locks
-
Locktime: (absolute locktimes)
- 0 No locktime
- < 500 billion Block DAA score
- >= 500 billion Unix timestamp (milliseconds)
-
Sequence: (relative locktimes)
- bit 63:
- 0 - sequence lock enabled
- 1 - sequence lock disabled
- bits 0-31: actual relative locktime, unsigned int32
- bit 63:
-
Disable relative time-based timelocks (Ignoring the type flag)
-
Adds special functions to support timelocks when building a script: AddLockTimeNumber, AddSequenceNumber.
Docs: https://github.com/kaspanet/docs/blob/main/Reference/Timelocks.md