LockPoints

Cached block height and time that satisfy a transaction's relative locktimes.

Synopsis

Declared in <kernel/mempool_entry.h>

struct LockPoints;

Description

Stores the blockchain height and median time past values that a transaction's BIP68 relative locktime constraints require, given the current view of block chain history.

Data Members

NameDescription
height Block height at which the relative locktime constraints are satisfied.
maxInputBlock Highest block among the inputs used to compute the lock points.
time Median time past at which the relative locktime constraints are satisfied.

Non-Member Functions

NameDescription
CalculateLockPointsAtTipCalculate LockPoints required to check if transaction will be BIP68 final in the next block to be created on top of tip.