pub trait MarkConflicted {
    // Required method
    fn mark_conflicted(
        &mut self,
        hash_block: &u256,
        conflicting_height: i32,
        hash_tx: &u256
    );
}

Required Methods§

source

fn mark_conflicted( &mut self, hash_block: &u256, conflicting_height: i32, hash_tx: &u256 )

Implementors§