Documentation ¶
Index ¶
- Variables
- func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec, ...) *cobra.Command
- func GenTxCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, ...) *cobra.Command
- func InitCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, ...) *cobra.Command
- func MigrateGenesisCmd(_ *server.Context, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // nolint ValidateGenesisCmd = genutilcli.ValidateGenesisCmd )
Functions ¶
func CollectGenTxsCmd ¶
func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec, genAccIterator genutil.GenesisAccountsIterator, defaultNodeHome string) *cobra.Command
CollectGenTxsCmd returns the cobra command to collect genesis transactions
func GenTxCmd ¶
func GenTxCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, smbh stakingMsgBuildingHelpers, genAccIterator genutil.GenesisAccountsIterator, defaultNodeHome, defaultCLIHome string) *cobra.Command
GenTxCmd builds the application's gentx command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.