Function zebra_state::service::read::tree::history_tree

source ·
pub fn history_tree<C>(
    chain: Option<C>,
    db: &ZebraDb,
    hash_or_height: HashOrHeight
) -> Option<Arc<HistoryTree>>
where C: AsRef<Chain>,
Expand description

Get the history tree of the provided chain.