Documentation ¶
Index ¶
- Constants
- Variables
- func Bech32Cmd() *cobra.Command
- func Bech32DecodeCmd() *cobra.Command
- func Bech32EncodeCmd() *cobra.Command
- func CheckLibwasmVersion(_ *cobra.Command, _ []string) error
- func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command
- func NewRootCmd() (*cobra.Command, params.EncodingConfig)
Constants ¶
View Source
const ( // FlagOverwrite defines a flag to overwrite an existing genesis JSON file. FlagOverwrite = "overwrite" // FlagSeed defines a flag to initialize the private validator key from a specific seed. FlagRecover = "recover" )
View Source
const EnvironmentPrefix = "STARGAZE"
Variables ¶
View Source
var LibwasmVersion = "1.5.2"
Functions ¶
func Bech32DecodeCmd ¶
func Bech32EncodeCmd ¶
func InitCmd ¶
func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command
InitCmd returns a command that initializes all files needed for Tendermint and the respective application.
func NewRootCmd ¶
func NewRootCmd() (*cobra.Command, params.EncodingConfig)
NewRootCmd creates a new root command for wasmd. It is called once in the main function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.