QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC method.

interface QueryAppliedPlanResponse {
    height: bigint;
}

Properties

Properties

height: bigint

height is the block height at which the plan was applied.