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