[−][src]Trait hycon_rust::consensus::BlockForkChoice
BlockForkChoice Trait
Acts as a comparator between two blocks to give precedence to one over the other in the event of a forking event
Required methods
fn fork_choice(&self, other: &Self) -> Ordering
Implementors
impl<HeaderType> BlockForkChoice for Meta<HeaderType> where
HeaderType: BlockHeader + Clone + Proto + Encode,
[src]
HeaderType: BlockHeader + Clone + Proto + Encode,