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

from message cosmos.upgrade.v1beta1.QueryAppliedPlanResponse

Hierarchy

Constructors

Properties

height: bigint = protoInt64.zero

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

from field: int64 height = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.upgrade.v1beta1.QueryAppliedPlanResponse" = "cosmos.upgrade.v1beta1.QueryAppliedPlanResponse"

Methods