command

package
v0.0.0-...-e8a7bc5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2024 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands []*Command
View Source
var Q128, _ = new(big.Int).SetString("100000000000000000000000000000000", 16)
View Source
var TWO96 = new(big.Int).Exp(big.NewInt(2), big.NewInt(96), nil)

Functions

func Address_AutoComplete

func Address_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Address_Process

func Address_Process(c *Command, input string)

func App_AutoComplete

func App_AutoComplete(input string) (string, *[]ui.ACOption, string)

func App_Process

func App_Process(c *Command, input string)

func AutoComplete

func AutoComplete(input string) (string, *[]ui.ACOption, string)

func Blockchain_AutoComplete

func Blockchain_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Blockchain_Process

func Blockchain_Process(c *Command, input string)

func Clear_Process

func Clear_Process(c *Command, input string)

func DL

func DL(s string) string

func Explorer_AutoComplete

func Explorer_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Explorer_Process

func Explorer_Process(c *Command, input string)

func GetAddresses

func GetAddresses(s *cmn.Signer, path string, start_from int, count int) ([]common.Address, []string, error)

func Help_AutoComplete

func Help_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Help_Process

func Help_Process(cmd *Command, input string)

func Init

func Init()

func LP_V3_AutoComplete

func LP_V3_AutoComplete(input string) (string, *[]ui.ACOption, string)

func LP_V3_Process

func LP_V3_Process(c *Command, input string)

func Price_AutoComplete

func Price_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Price_Process

func Price_Process(c *Command, input string)

func Send_AutoComplete

func Send_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Send_Process

func Send_Process(c *Command, input string)

func Signer_AutoComplete

func Signer_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Signer_Process

func Signer_Process(c *Command, input string)

func Sound_AutoComplete

func Sound_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Sound_Process

func Sound_Process(c *Command, input string)

func Theme_AutoComplete

func Theme_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Theme_Process

func Theme_Process(cmd *Command, input string)

func Token_AutoComplete

func Token_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Token_Process

func Token_Process(c *Command, input string)

func Usb_AutoComplete

func Usb_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Usb_Process

func Usb_Process(c *Command, input string)

func Wallet_AutoComplete

func Wallet_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Wallet_Process

func Wallet_Process(c *Command, input string)

func Ws_AutoComplete

func Ws_AutoComplete(input string) (string, *[]ui.ACOption, string)

func Ws_Process

func Ws_Process(c *Command, input string)

Types

type AutoCompleteFunc

type AutoCompleteFunc func(string) (string, *[]ui.ACOption, string)

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

type CommandProcessFunc func(*Command, string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL