QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC method.

interface QueryAppliedPlanRequestAmino {
    name?: string;
}

Properties

Properties

name?: string

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