Documentation ¶
Index ¶
- Variables
- func Address_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Address_Process(c *Command, input string)
- func App_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func App_Process(c *Command, input string)
- func AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Blockchain_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Blockchain_Process(c *Command, input string)
- func Clear_Process(c *Command, input string)
- func DL(s string) string
- func Explorer_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Explorer_Process(c *Command, input string)
- func GetAddresses(s *cmn.Signer, path string, start_from int, count int) ([]common.Address, []string, error)
- func Help_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Help_Process(cmd *Command, input string)
- func Init()
- func LP_V3_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func LP_V3_Process(c *Command, input string)
- func Price_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Price_Process(c *Command, input string)
- func Send_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Send_Process(c *Command, input string)
- func Signer_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Signer_Process(c *Command, input string)
- func Sound_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Sound_Process(c *Command, input string)
- func Theme_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Theme_Process(cmd *Command, input string)
- func Token_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Token_Process(c *Command, input string)
- func Usb_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Usb_Process(c *Command, input string)
- func Wallet_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Wallet_Process(c *Command, input string)
- func Ws_AutoComplete(input string) (string, *[]ui.ACOption, string)
- func Ws_Process(c *Command, input string)
- type AutoCompleteFunc
- type Command
- func NewAddressCommand() *Command
- func NewAppCommand() *Command
- func NewBlockchainCommand() *Command
- func NewClearCommand() *Command
- func NewExplorerCommand() *Command
- func NewHelpCommand() *Command
- func NewLP_V3Command() *Command
- func NewPriceCommand() *Command
- func NewSendCommand() *Command
- func NewSignerCommand() *Command
- func NewSoundCommand() *Command
- func NewThemeCommand() *Command
- func NewTokenCommand() *Command
- func NewUsbCommand() *Command
- func NewWalletCommand() *Command
- func NewWebSocketCommand() *Command
- type CommandProcessFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands []*Command
View Source
var Q128, _ = new(big.Int).SetString("100000000000000000000000000000000", 16)
Functions ¶
func Address_AutoComplete ¶
func Address_Process ¶
func App_Process ¶
func Blockchain_AutoComplete ¶
func Blockchain_Process ¶
func Clear_Process ¶
func Explorer_AutoComplete ¶
func Explorer_Process ¶
func GetAddresses ¶
func Help_Process ¶
func LP_V3_Process ¶
func Price_Process ¶
func Send_Process ¶
func Signer_Process ¶
func Sound_Process ¶
func Theme_Process ¶
func Token_Process ¶
func Usb_Process ¶
func Wallet_Process ¶
func Ws_Process ¶
Types ¶
type Command ¶
type Command struct { Command string ShortCommand string Usage string Help string Process CommandProcessFunc AutoCompleteFunc AutoCompleteFunc }
func NewAddressCommand ¶
func NewAddressCommand() *Command
func NewAppCommand ¶
func NewAppCommand() *Command
func NewBlockchainCommand ¶
func NewBlockchainCommand() *Command
func NewClearCommand ¶
func NewClearCommand() *Command
func NewExplorerCommand ¶
func NewExplorerCommand() *Command
func NewHelpCommand ¶
func NewHelpCommand() *Command
func NewLP_V3Command ¶
func NewLP_V3Command() *Command
func NewPriceCommand ¶
func NewPriceCommand() *Command
func NewSendCommand ¶
func NewSendCommand() *Command
func NewSignerCommand ¶
func NewSignerCommand() *Command
func NewSoundCommand ¶
func NewSoundCommand() *Command
func NewThemeCommand ¶
func NewThemeCommand() *Command
func NewTokenCommand ¶
func NewTokenCommand() *Command
func NewUsbCommand ¶
func NewUsbCommand() *Command
func NewWalletCommand ¶
func NewWalletCommand() *Command
func NewWebSocketCommand ¶
func NewWebSocketCommand() *Command
type CommandProcessFunc ¶
Click to show internal directories.
Click to hide internal directories.