pub trait TransactionCanBeBumped {
// Required method
fn transaction_can_be_bumped(&self, txid: &u256) -> bool;
}
Required Methods§
sourcefn transaction_can_be_bumped(&self, txid: &u256) -> bool
fn transaction_can_be_bumped(&self, txid: &u256) -> bool
| Return whether transaction can be bumped. |