Documentation ¶
Index ¶
- func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec, ...) *cobra.Command
- func GenTxCmd(ctx *server.Context, cdc *codec.Codec, smbh StakingMsgBuildingHelpers, ...) *cobra.Command
- func InitCmd(ctx *server.Context, cdc *codec.Codec, defaultNodeHome string) *cobra.Command
- func ValidateGenesisCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- type StakingMsgBuildingHelpers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectGenTxsCmd ¶
func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec, genAccIterator types.GenesisAccountsIterator, defaultNodeHome string) *cobra.Command
CollectGenTxsCmd - return the cobra command to collect genesis transactions
func GenTxCmd ¶
func GenTxCmd(ctx *server.Context, cdc *codec.Codec, smbh StakingMsgBuildingHelpers, genAccIterator types.GenesisAccountsIterator, defaultNodeHome, defaultCLIHome string) *cobra.Command
GenTxCmd builds the application's gentx command. nolint: errcheck
Types ¶
type StakingMsgBuildingHelpers ¶
type StakingMsgBuildingHelpers interface { CreateValidatorMsgHelpers(ipDefault string) (fs *flag.FlagSet, nodeIDFlag, pubkeyFlag, amountFlag, defaultsDesc string) PrepareFlagsForTxCreateValidator(config *cfg.Config, nodeID, chainID string, valPubKey crypto.PubKey) BuildCreateValidatorMsg(cliCtx context.CLIContext, txBldr auth.TxBuilder) (auth.TxBuilder, sdk.Msg, error) }
StakingMsgBuildingHelpers helpers for message building gen-tx command
Click to show internal directories.
Click to hide internal directories.