Documentation
¶
Index ¶
- Constants
- func AddGenesisAccountCmd(ctx *server.Context, cdc *codec.Codec, ...) *cobra.Command
- func CollectGenTxsCmd(ctx *server.Context, cdc *codec.Codec, defaultNodeHome string) *cobra.Command
- func GenTxCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, ...) *cobra.Command
- func InitCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, ...) *cobra.Command
- func ValidateGenesisCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager) *cobra.Command
Constants ¶
View Source
const ( FlagAddress = "address" FlagPubKey = "pubkey" FlagRoles = "roles" )
Variables ¶
This section is empty.
Functions ¶
func AddGenesisAccountCmd ¶
func AddGenesisAccountCmd(ctx *server.Context, cdc *codec.Codec, defaultNodeHome, defaultClientHome string) *cobra.Command
AddGenesisAccountCmd returns add-genesis-account cobra Command.
func CollectGenTxsCmd ¶
CollectGenTxsCmd - return the cobra command to collect genesis transactions.
func GenTxCmd ¶
func GenTxCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, defaultNodeHome, defaultCLIHome string) *cobra.Command
GenTxCmd builds the application's gentx command.
func InitCmd ¶
func InitCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager, defaultNodeHome string) *cobra.Command
InitCmd returns a command that initializes all files needed for Tendermint and the respective application.
func ValidateGenesisCmd ¶
func ValidateGenesisCmd(ctx *server.Context, cdc *codec.Codec, mbm module.BasicManager) *cobra.Command
Validate genesis command takes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.