[#CTxIn-SEQUENCE_LOCKTIME_MASK] = xref:CTxIn.adoc[CTxIn]::SEQUENCE_LOCKTIME_MASK :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint32_t SEQUENCE_LOCKTIME_MASK = {0x0000ffff}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#