Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BytomcliCmd = &cobra.Command{ Use: "bytomcli", Short: "Bytomcli is a commond line client for bytom core (a.k.a. bytomd)", Run: func(cmd *cobra.Command, args []string) { if len(args) < 1 { cmd.Usage() } }, }
BytomcliCmd is Bytomcli's root command. Every other command attached to BytomcliCmd is a child command to it.
Functions ¶
func AddCommands ¶
func AddCommands()
AddCommands adds child commands to the root command BytomcliCmd.
Types ¶
type AssetIns ¶
type AssetIns struct {
RootXPubs []chainkd.XPub `json:"root_xpubs"`
Quorum int `json:"quorum"`
Alias string `json:"alias"`
Tags map[string]interface{} `json:"tags"`
Definition map[string]interface{} `json:"definition"`
ClientToken string `json:"client_token"`
}
AssetIns is used for asset related request.
Click to show internal directories.
Click to hide internal directories.