Function zebra_state::service::read::find::tip_height
source ยท pub fn tip_height<C>(chain: Option<C>, db: &ZebraDb) -> Option<Height>
Expand description
Returns the tip Height
of chain
.
If there is no chain, returns the tip of db
.