Check an absolute lock time (CHECKLOCKTIMEVERIFY) against the spending transaction.

Synopsis

Declared in <script/interpreter.h>

virtual
bool
CheckLockTime(CScriptNum const& nLockTime) const;

Return Value

true if the lock time is satisfied.

Parameters

Name

Description

nLockTime

The lock‐time threshold from the script.

Created with MrDocs