Bitcoin CheckLockTimeVerify

Function

CheckLockTimeVerify serves as a programmatic opcode within the Bitcoin protocol that restricts the validation of a transaction until a specified temporal threshold has been surpassed. By forcing the inclusion of a locktime parameter in the transaction script, it prevents the output from being spent prematurely. This mechanism effectively creates a deterministic barrier that ensures funds remain immutable until a designated block height or Unix timestamp is reached.