Expand description
Bitcoin transaction input sequence number.
The sequence field is used for:
- Indicating whether absolute lock-time (specified in
lock_time
field ofTransaction
) is enabled. - Indicating and encoding BIP-68 relative lock-times.
- Indicating whether a transaction opts-in to BIP-125 replace-by-fee.
Note that transactions spending an output with OP_CHECKLOCKTIMEVERIFY
MUST NOT use
Sequence::MAX
for the corresponding input. BIP-65
Structsยง
- Sequence
- Bitcoin transaction input sequence number.