Interface QueryUpgradedConsensusStateResponseSDKType

QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState RPC method.

interface QueryUpgradedConsensusStateResponseSDKType {
    upgraded_consensus_state?: AnySDKType;
}

Properties

upgraded_consensus_state?: AnySDKType