Check a relative lock time (CHECKSEQUENCEVERIFY) against the spending input.
Declared in <script/interpreter.h>
virtual
bool
CheckSequence(CScriptNum const& nSequence) const;
true if the relative lock time is satisfied.
| Name | Description |
|---|---|
| nSequence | The sequence threshold from the script. |