Initializes a new instance of the class TimelockExpiry.
Private
#originalPrivate
#slotCreates a Core RequireTimeBeforeScript object from the current TimelockExpiry object.
The Core RequireTimeBeforeScript object.
Static
fromDeserializes the TimelockExpiry from a CBOR byte array.
The new TimelockExpiry instance.
The CBOR encoded TimelockExpiry object.
Static
fromCreates a TimelockExpiry object from the given Core RequireTimeBeforeScript object.
The core RequireTimeBeforeScript object.
Generated using TypeDoc
This script evaluates to true if the upper bound of the transaction validity interval is a slot number Y, and X <= Y.
This condition guarantees that the actual slot number in which the transaction is included is (strictly) less than slot number X.