Documentation
¶
Index ¶
- Variables
- func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command
- func Execute(rootCmd *cobra.Command, envPrefix string) error
- func GetPersistentPreRunE(encodingConfig params.EncodingConfig, envPrefixes []string) func(*cobra.Command, []string) error
- func NewRootCmd() (*cobra.Command, params.EncodingConfig)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidVestingParameters = errors.New("invalid vesting parameters") ErrVestingAmountGreater = errors.New("vesting amount cannot be greater than total amount") )
Functions ¶
func AddGenesisAccountCmd ¶
AddGenesisAccountCmd returns add-genesis-account cobra Command.
func GetPersistentPreRunE ¶ added in v0.18.0
func NewRootCmd ¶
func NewRootCmd() (*cobra.Command, params.EncodingConfig)
NewRootCmd creates a new root command for akash. It is called once in the main function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.