Cached block height and time that satisfy a transaction's relative locktimes.
Declared in <kernel/mempool_entry.h>
struct LockPoints;
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.
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
CalculateLockPointsAtTip | Calculate LockPoints required to check if transaction will be BIP68 final in the next block to be created on top of tip. |