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

Required Methods§

source

fn get_tx_conflicts(&self, wtx: &WalletTx) -> HashSet<u256>

Implementors§