pub trait AbandonTransaction {
    fn abandon_transaction(&mut self, hash_tx: &u256) -> bool;
}

Required Methods§

Implementors§