Checks whether previously computed sequence locks are satisfied by a block.
Declared in <consensus/tx_verify.h>
bool
EvaluateSequenceLocks(
CBlockIndex const& block,
std::pair<int, int64_t> lockPair);
true if the sequence locks are satisfied for block.
| Name | Description |
|---|---|
| block | Block against which the locks are evaluated. |
| lockPair | Height and time pair produced by CalculateSequenceLocks. |