Versions in this module Expand all Collapse all v0 v0.0.2 Apr 3, 2019 Changes in this version + 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 LoadGenesisDoc(cdc *amino.Codec, genFile string) (genDoc types.GenesisDoc, err error) + func TestnetFilesCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command + func ValidateGenesisCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command