EvaluateSequenceLocks

Checks whether previously computed sequence locks are satisfied by a block.

Synopsis

Declared in <consensus/tx_verify.h>

bool
EvaluateSequenceLocks(
    CBlockIndex const& block,
    std::pair<int, int64_t> lockPair);

Return Value

true if the sequence locks are satisfied for block.

Parameters

NameDescription
blockBlock against which the locks are evaluated.
lockPairHeight and time pair produced by CalculateSequenceLocks.