Function zebra_state::service::read::find::hash_by_height
source ยท pub fn hash_by_height<C>(
chain: Option<C>,
db: &ZebraDb,
height: Height,
) -> Option<Hash>
Expand description
Return the hash for the block at height
, if height
is in chain
or db
.