pub trait GetConflicts {
    // Required method
    fn get_conflicts(&self, txid: &u256) -> HashSet<u256>;
}

Required Methods§

source

fn get_conflicts(&self, txid: &u256) -> HashSet<u256>

Implementors§