# Functions
AddGenesisAccountCmd returns add-genesis-account cobra Command.
CollectGenTxsCmd - return the cobra command to collect genesis transactions.
GenesisCoreCommand adds core sdk's sub-commands into genesis command: -> gentx, migrate, collect-gentxs, validate-genesis, add-genesis-account.
GenTxCmd builds the application's gentx command.
GetMigrationCallback returns a MigrationCallback for a given version.
GetMigrationVersions get all migration version in a sorted slice.
InitCmd returns a command that initializes all files needed for Tendermint and the respective application.
MigrateGenesisCmd returns a command to execute genesis state migration.
ValidateGenesisCmd takes a genesis file, and makes sure that it is valid.
# Constants
FlagDefaultBondDenom defines the default denom to use in the genesis file.
FlagOverwrite defines a flag to overwrite an existing genesis JSON file.
FlagSeed defines a flag to initialize the private validator key from a specific seed.