Last updated 11 months ago
QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1 Host: atom.nownodes.io Accept: */*
A successful response.
{ "plan": { "name": "text", "time": "2025-04-26T03:42:44.925Z", "height": "text", "info": "text", "upgraded_client_state": { "type_url": "text", "value": "text" } } }