pub trait ChainNext {
    fn next(&self, pindex: Option<Arc<BlockIndex>>) -> Option<Arc<BlockIndex>>;
}

Required Methods§

Implementors§