Documentation ¶
Index ¶
- Constants
- func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command
- func CollectGenTxsCmd(genBalIterator types.GenesisBalancesIterator, defaultNodeHome string, ...) *cobra.Command
- func GenTxCmd(mbm module.BasicManager, txEncCfg client.TxEncodingConfig, ...) *cobra.Command
- func GenesisCoreCommand(txConfig client.TxConfig, moduleBasics module.BasicManager, ...) *cobra.Command
- func GetMigrationCallback(version string) types.MigrationCallback
- func GetMigrationVersions() []string
- func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command
- func MigrateGenesisCmd() *cobra.Command
- func MigrateHandler(cmd *cobra.Command, args []string, migrations types.MigrationMap) error
- func ValidateGenesisCmd(mbm module.BasicManager) *cobra.Command
Constants ¶
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" // FlagDefaultBondDenom defines the default denom to use in the genesis file. FlagDefaultBondDenom = "default-denom" )
Variables ¶
This section is empty.
Functions ¶
func AddGenesisAccountCmd ¶ added in v0.47.0
AddGenesisAccountCmd returns add-genesis-account cobra Command. This command is provided as a default, applications are expected to provide their own command if custom genesis accounts are needed.
func CollectGenTxsCmd ¶
func CollectGenTxsCmd(genBalIterator types.GenesisBalancesIterator, defaultNodeHome string, validator types.MessageValidator) *cobra.Command
CollectGenTxsCmd - return the cobra command to collect genesis transactions
func GenTxCmd ¶
func GenTxCmd(mbm module.BasicManager, txEncCfg client.TxEncodingConfig, genBalIterator types.GenesisBalancesIterator, defaultNodeHome string) *cobra.Command
GenTxCmd builds the application's gentx command.
func GenesisCoreCommand ¶ added in v0.47.0
func GenesisCoreCommand(txConfig client.TxConfig, moduleBasics module.BasicManager, defaultNodeHome string) *cobra.Command
GenesisCoreCommand adds core sdk's sub-commands into genesis command: -> gentx, migrate, collect-gentxs, validate-genesis, add-genesis-account
func GetMigrationCallback ¶
func GetMigrationCallback(version string) types.MigrationCallback
GetMigrationCallback returns a MigrationCallback for a given version.
func GetMigrationVersions ¶
func GetMigrationVersions() []string
GetMigrationVersions get all migration version in a sorted slice.
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 MigrateGenesisCmd ¶
MigrateGenesisCmd returns a command to execute genesis state migration.
func MigrateHandler ¶ added in v0.46.15
MigrateHandler handles the migration command with a migration map as input, returning an error upon failure.
func ValidateGenesisCmd ¶
func ValidateGenesisCmd(mbm module.BasicManager) *cobra.Command
ValidateGenesisCmd takes a genesis file, and makes sure that it is valid.
Types ¶
This section is empty.