Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConfigsChainIDFlag = &cli.StringFlag{ Name: "chain-id", Usage: "Chain ID to report chain configuration for", } ConfigsNetworkFlag = &cli.StringFlag{ Name: "network", Usage: "Network to report chain configuration for", } )
View Source
var ConfigsCommand = &cli.Command{ Name: "configs", Usage: "List the supported chain configurations", Description: "List the supported chain configurations.", Action: ListConfigs, Subcommands: []*cli.Command{ { Name: "check-custom-chains", Usage: "Check that all embedded custom chain configs are valid", Action: CheckCustomChains, }, }, Flags: []cli.Flag{ ConfigsChainIDFlag, ConfigsNetworkFlag, }, }
Functions ¶
func CheckCustomChains ¶ added in v1.13.1
func CheckCustomChains(ctx *cli.Context) error
func ListConfigs ¶
func ListConfigs(ctx *cli.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.