pub trait CheckFinalTx {
    fn check_final_tx(&mut self, tx: &Transaction) -> bool;
}

Required Methods§

| Check if transaction will be final given | chain height current time. |

Implementors§