Trait bitcoinchain_interface::ChainNext
source · pub trait ChainNext {
// Required method
fn next(&self, pindex: Option<Arc<BlockIndex>>) -> Option<Arc<BlockIndex>>;
}
pub trait ChainNext {
// Required method
fn next(&self, pindex: Option<Arc<BlockIndex>>) -> Option<Arc<BlockIndex>>;
}