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