Interface MsgUpgradeClientResponseAminoMsg

interface MsgUpgradeClientResponseAminoMsg {
    type: "cosmos-sdk/MsgUpgradeClientResponse";
    value: MsgUpgradeClientResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgUpgradeClientResponse"