BaseSignatureChecker::CheckSequence

Check a relative lock time (CHECKSEQUENCEVERIFY) against the spending input.

Synopsis

Declared in <script/interpreter.h>

virtual
bool
CheckSequence(CScriptNum const& nSequence) const;

Return Value

true if the relative lock time is satisfied.

Parameters

NameDescription
nSequenceThe sequence threshold from the script.