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

Required Methods§

source

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

| Return whether transaction can be abandoned. |

Implementors§