MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.

Since: cosmos-sdk 0.46

interface MsgSoftwareUpgrade {
    authority: string;
    plan: undefined | Plan;
}

Properties

Properties

authority: string

authority is the address of the governance account.

plan: undefined | Plan

plan is the upgrade plan.