QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1 Host: stride.nownodes.io Accept: */*
A successful response.
{ "plan": { "name": "text", "time": "2025-04-23T18:43:59.263Z", "height": "text", "info": "text", "upgraded_client_state": { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" } } }