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

Required Methods§

Implementors§