Function zebra_rpc::methods::best_chain_tip_height
source ยท pub fn best_chain_tip_height<Tip>(latest_chain_tip: &Tip) -> Result<Height>
Expand description
Returns the best chain tip height of latest_chain_tip
,
or an RPC error if there are no blocks in the state.