pub trait ActivateBestChain {
    // Required method
    fn activate_best_chain(
        &mut self,
        state: &mut BlockValidationState,
        pblock: Amo<Block>
    ) -> bool;
}

Required Methods§

source

fn activate_best_chain( &mut self, state: &mut BlockValidationState, pblock: Amo<Block> ) -> bool

Implementors§