pub trait TransactionCanBeBumped {
    // Required method
    fn transaction_can_be_bumped(&self, txid: &u256) -> bool;
}

Required Methods§

source

fn transaction_can_be_bumped(&self, txid: &u256) -> bool

| Return whether transaction can be bumped. |

Implementors§