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