async fn get_latest_state(
state: &Arc<RwLock<StateRelayServerState>>,
) -> Result<LCV2StateSignaturesBundle, RelayError>Expand description
GET state (deprecated): mirrors tide’s getlateststate, always the LCV2 bundle regardless
of version, since all three registered API versions shared this handler.