If CTxIn::nSequence encodes a relative lock‐time, this mask is applied to extract that lock‐time from the sequence field.
Synopsis
Declared in <primitives/transaction.h>
inline constexpr static
uint32_t SEQUENCE_LOCKTIME_MASK = {0x0000ffff};
Created with MrDocs