Expand description
Bitcoin transaction input sequence number.
The sequence field is used for:
- Indicating whether absolute lock-time (specified in
lock_timefield ofTransaction) is enabled. - Indicating and encoding BIP-0068 relative lock-times.
- Indicating whether a transaction opts-in to BIP-0125 replace-by-fee.
Note that transactions spending an output with OP_CHECKLOCKTIMEVERIFY MUST NOT use
Sequence::MAX for the corresponding input. BIP-0065
Structsยง
- Sequence
- Bitcoin transaction input sequence number.
- Sequence
Decoder - The decoder for the
Sequencetype. - Sequence
Decoder Error - An error consensus decoding an
Sequence. - Sequence
Encoder - The encoder for the
Sequencetype.