pub fn sequence_locks(
    tx: &Transaction,
    flags: i32,
    prev_heights: &mut Vec<i32>,
    block: &BlockIndex
) -> bool
Expand description

| Check if transaction is final per BIP | 68 sequence numbers and can be included | in a block. | | Consensus critical. Takes as input | a list of heights at which tx’s inputs | (in order) confirmed. |