QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState RPC method.

from message cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateRequest

Hierarchy

Constructors

Properties

lastHeight: bigint = protoInt64.zero

last height of the current chain must be sent in request as this is the height under which next consensus state is stored

from field: int64 last_height = 1;

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

Methods