Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetCmd = &cobra.Command{ Use: "get [key]", Short: "Gets chain value", Annotations: map[string]string{"category": "chain"}, Run: cmdutil.WrapCommand(HandleGetCmd), }
GetCmd - Config get command.
View Source
var InitCmd = &cobra.Command{ Use: "init [config]", Short: "Initializes a chain", Long: `Initializes a new chain. See wallet usage for more information on key derivation path.`, Example: ` $ rcx chain init -n mychain -a wallet:1e6:1e6 -a default/x/test:1e6:0 $ rcx chain init -a zFNScYMGz4wQocWbvHVqS1HcbzNzJB5JK3eAkzF9krbSLZiV8cNr:1`, Annotations: map[string]string{"category": "chain"}, Run: cmdutil.WrapCommand(HandleInitCmd), }
InitCmd - Config get command.
View Source
var RootCmd = &cobra.Command{ Use: "chain", Short: "Chains commands", Annotations: map[string]string{"category": "chain"}, }
RootCmd - Root chain RootCmd.
Functions ¶
func HandleGetCmd ¶
HandleGetCmd - Handles chain get command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.