Check a relative lock time against this transaction's input.
Synopsis
Declared in <script/interpreter.h>
virtual
bool
CheckSequence(CScriptNum const& nSequence) const override;
Return Value
true if the relative lock time is satisfied.
Parameters
Name |
Description |
nSequence |
The sequence threshold from the script. |
Created with MrDocs