Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var F, E, W, I, D, T log.LevelPrinter = log.GetLogPrinterSet(subsystem)
View Source
var HelpPrint = func() { fmt.Println("help has not been overridden") }
HelpPrint is the uninitialized help print function
Functions ¶
func Call ¶ added in v0.0.18
func Call( cx *config.Config, wallet bool, method string, params ...interface{}, ) (result []byte, e error)
Call uses settings in the context to call the method with the given parameters and returns the raw json bytes
func CommandUsage ¶
func CommandUsage(method string)
CommandUsage display the usage for a specific command.
func ListCommands ¶
func ListCommands() (s string)
ListCommands categorizes and lists all of the usable commands along with their one-line usage.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.