Function cardano_chain_follower::follow::resolve_tip
source · async fn resolve_tip(client: &mut PeerClient) -> Result<Point>
Expand description
Finds the tip point.
NOTE: This changes the client’s read pointer position.
async fn resolve_tip(client: &mut PeerClient) -> Result<Point>
Finds the tip point.
NOTE: This changes the client’s read pointer position.