MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.

Since: cosmos-sdk 0.46

from message cosmos.upgrade.v1beta1.MsgSoftwareUpgrade

Hierarchy

Constructors

Properties

authority: string = ""

authority is the address that controls the module (defaults to x/gov unless overwritten).

from field: string authority = 1;

plan?: Plan

plan is the upgrade plan.

from field: cosmos.upgrade.v1beta1.Plan plan = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.upgrade.v1beta1.MsgSoftwareUpgrade" = "cosmos.upgrade.v1beta1.MsgSoftwareUpgrade"

Methods