Documentation ¶
Index ¶
- Constants
- func GetAppliedPlanCmd() *cobra.Command
- func GetCurrentPlanCmd() *cobra.Command
- func GetModuleVersionsCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdSubmitLegacyCancelUpgradeProposal() *cobra.Command
- func NewCmdSubmitLegacyUpgradeProposal() *cobra.Command
Constants ¶
const ( // Deprecated: only used for v1beta1 legacy proposals. FlagUpgradeHeight = "upgrade-height" // Deprecated: only used for v1beta1 legacy proposals. FlagUpgradeInfo = "upgrade-info" FlagNoValidate = "no-validate" FlagDaemonName = "daemon-name" )
Variables ¶
This section is empty.
Functions ¶
func GetAppliedPlanCmd ¶
GetAppliedPlanCmd returns information about the block at which a completed upgrade was applied.
func GetCurrentPlanCmd ¶
GetCurrentPlanCmd returns the query upgrade plan command.
func GetModuleVersionsCmd ¶
GetModuleVersionsCmd returns the module version list from state
func GetQueryCmd ¶
GetQueryCmd returns the parent command for all x/upgrade CLi query commands.
func NewCmdSubmitLegacyCancelUpgradeProposal ¶
NewCmdSubmitLegacyCancelUpgradeProposal implements a command handler for submitting a software upgrade cancel proposal transaction. Deprecated: please use NewCmdSubmitCancelUpgradeProposal instead.
func NewCmdSubmitLegacyUpgradeProposal ¶
NewCmdSubmitLegacyUpgradeProposal implements a command handler for submitting a software upgrade proposal transaction. Deprecated: please use NewCmdSubmitUpgradeProposal instead.
Types ¶
This section is empty.