Documentation ¶
Index ¶
- func AddGenesisAccountCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- func ExportGenesisFile(genFile, chainID string, validators []types.GenesisValidator, ...) error
- func ExportGenesisFileWithTime(genFile, chainID string, validators []types.GenesisValidator, ...) error
- func GenTxCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- func InitCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
- func InitializeNodeValidatorFiles(config *cfg.Config) (nodeID string, valPubKey crypto.PubKey, err error)
- func TestnetFilesCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddGenesisAccountCmd ¶ added in v0.27.0
AddGenesisAccountCmd returns add-genesis-account cobra Command
func CollectGenTxsCmd ¶ added in v0.26.0
nolint
func ExportGenesisFile ¶ added in v0.26.0
func ExportGenesisFile( genFile, chainID string, validators []types.GenesisValidator, appState json.RawMessage, ) error
ExportGenesisFile creates and writes the genesis configuration to disk. An error is returned if building or writing the configuration to file fails.
func ExportGenesisFileWithTime ¶ added in v0.26.0
func ExportGenesisFileWithTime( genFile, chainID string, validators []types.GenesisValidator, appState json.RawMessage, genTime time.Time, ) error
ExportGenesisFileWithTime creates and writes the genesis configuration to disk. An error is returned if building or writing the configuration to file fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.