async fn get_latest_legacy_state(
state: &Arc<RwLock<StateRelayServerState>>,
) -> Result<LCV2StateSignaturesBundle, RelayError>Expand description
GET legacy-state: mirrors tide’s getlatestlegacystate.
async fn get_latest_legacy_state(
state: &Arc<RwLock<StateRelayServerState>>,
) -> Result<LCV2StateSignaturesBundle, RelayError>GET legacy-state: mirrors tide’s getlatestlegacystate.