pub trait GetTxConflicts { // Required method fn get_tx_conflicts(&self, wtx: &WalletTx) -> HashSet<u256>; }