Type Alias explorer::db::indexing::ChainLengths

source ·
pub type ChainLengths = Hamt<ChainLength, HeaderId>;

Aliased Type§

struct ChainLengths {
    root: Node<ChainLength, Arc<Hash, Global>>,
    hasher: PhantomData<DefaultHasher>,
}

Fields§

§root: Node<ChainLength, Arc<Hash, Global>>§hasher: PhantomData<DefaultHasher>