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