For the complete documentation index, see llms.txt. This page is also available as Markdown.

Applied plan

AppliedPlan queries a previously applied upgrade plan by its name.

get
Path parameters
namestringRequired

name is the name of the applied plan to query for.

Responses
200

A successful response.

application/json

QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC method.

heightstring · int64Optional

height is the block height at which the plan was applied.

get/cosmos/upgrade/v1beta1/applied_plan/{name}
GET /cosmos/upgrade/v1beta1/applied_plan/{name} HTTP/1.1
Accept: */*
{
  "height": "text"
}

Last updated

Was this helpful?