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

interface QueryAppliedPlanResponseAmino {
    height?: string;
}

Properties

Properties

height?: string

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