Applied plan
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.
default
An unexpected error response.
application/json
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?