Interface QueryUpgradedConsensusStateResponseAminoMsg

interface QueryUpgradedConsensusStateResponseAminoMsg {
    type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
    value: QueryUpgradedConsensusStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryUpgradedConsensusStateResponse"