bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class SoftwareUpgradeProposal

    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

    Index

    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"

    Methods