MsgCancelUpgrade is the Msg/CancelUpgrade request type.

Since: cosmos-sdk 0.46

interface MsgCancelUpgrade {
    authority: string;
}

Properties

Properties

authority: string

authority is the address of the governance account.