[#DeferringSignatureChecker-CheckSequence] = xref:DeferringSignatureChecker.adoc[DeferringSignatureChecker]::CheckSequence :relfileprefix: ../ :mrdocs: Forward the relative lock‐time check to the wrapped checker. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CheckSequence(xref:CScriptNum.adoc[CScriptNum] const& nSequence) const override; ---- == Return Value `true` if the relative lock time is satisfied. == Parameters [cols="1,4"] |=== | Name| Description | *nSequence* | The sequence threshold from the script. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#