Versions in this module Expand all Collapse all v0 v0.43.1 Oct 28, 2021 Changes in this version + const ModuleName + const ProposalTypeCancelSoftwareUpgrade + const ProposalTypeSoftwareUpgrade + const QuerierKey + const RouterKey + const StoreKey + func NewCancelSoftwareUpgradeProposal(title, description string) v036gov.Content + func NewSoftwareUpgradeProposal(title, description string, plan Plan) v036gov.Content + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + type CancelSoftwareUpgradeProposal struct + Description string + Title string + func (sup CancelSoftwareUpgradeProposal) GetDescription() string + func (sup CancelSoftwareUpgradeProposal) GetTitle() string + func (sup CancelSoftwareUpgradeProposal) ProposalRoute() string + func (sup CancelSoftwareUpgradeProposal) ProposalType() string + func (sup CancelSoftwareUpgradeProposal) String() string + func (sup CancelSoftwareUpgradeProposal) ValidateBasic() error + type Plan struct + Height int64 + Info string + Name string + Time time.Time + func (p Plan) DueAt() string + func (p Plan) ShouldExecute(ctx sdk.Context) bool + func (p Plan) String() string + func (p Plan) ValidateBasic() error + type SoftwareUpgradeProposal struct + Description string + Plan Plan + Title string + func (sup SoftwareUpgradeProposal) GetDescription() string + func (sup SoftwareUpgradeProposal) GetTitle() string + func (sup SoftwareUpgradeProposal) ProposalRoute() string + func (sup SoftwareUpgradeProposal) ProposalType() string + func (sup SoftwareUpgradeProposal) String() string + func (sup SoftwareUpgradeProposal) ValidateBasic() error