Last updated 1 year ago
QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.
GET /cosmos/upgrade/v1beta1/current_plan HTTP/1.1 Host: agoric.nownodes.io Accept: */*
A successful response.
{ "plan": { "name": "text", "time": "2025-05-13T22:26:54.193Z", "height": "text", "info": "text", "upgraded_client_state": { "type_url": "text", "value": "text" } } }