Module relative
Expand description
Provides type LockTime
that implements the logic around nSequence/OP_CHECKSEQUENCEVERIFY.
There are two types of lock time: lock-by-blockheight and lock-by-blocktime, distinguished by
whether bit 22 of the u32
consensus value is set.
Structs§
- Height
- A relative lock time lock-by-blockheight value.
- Time
- A relative lock time lock-by-blocktime value.