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

interface QueryCurrentPlanResponseSDKType {
    plan?: PlanSDKType;
}

Properties

Properties