QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.

interface QueryCurrentPlanResponseAmino {
    plan?: PlanAmino;
}

Properties

Properties

plan?: PlanAmino

plan is the current upgrade plan.