MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.

Since: cosmos-sdk 0.46

interface MsgSoftwareUpgradeAmino {
    authority?: string;
    plan?: PlanAmino;
}

Properties

Properties

authority?: string

authority is the address of the governance account.

plan?: PlanAmino

plan is the upgrade plan.