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

interface QueryCurrentPlanResponse {
    plan?: Plan;
}

Properties

Properties

plan?: Plan

plan is the current upgrade plan.