MsgCancelUpgrade is the Msg/CancelUpgrade request type.

Since: cosmos-sdk 0.46

interface MsgCancelUpgradeAmino {
    authority?: string;
}

Properties

Properties

authority?: string

authority is the address of the governance account.