pub trait TransactionCanBeAbandoned {
    fn transaction_can_be_abandoned(&self, txid: &u256) -> bool;
}

Required Methods§

| Return whether transaction can be abandoned. |

Implementors§