SoftwareUpgradeProposal is a gov Content type for initiating a software upgrade. Deprecated: This legacy proposal is deprecated in favor of Msg-based gov proposals, see MsgSoftwareUpgrade.

from message cosmos.upgrade.v1beta1.SoftwareUpgradeProposal

Hierarchy

Constructors

Properties

description: string = ""

description of the proposal

from field: string description = 2;

plan?: Plan

plan of the proposal

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

title: string = ""

title of the proposal

from field: string title = 1;

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

Methods