Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Candidates ¶
func EnableVerbose ¶
func EnableVerbose()
func EnableWatch ¶
func EnableWatch()
func GetBatchErrorCount ¶
func GetBatchErrorCount() int
Types ¶
type Executor ¶
type Executor interface { Command() string Syntax() string Usage() string Describe() string Validate(args string) error Run(args string) (string, uint64, []*types.Event, error) // message, gas used, events, error }
func AllExecutors ¶
func AllExecutors() []Executor
func GetExecutor ¶
Click to show internal directories.
Click to hide internal directories.