Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commands ¶
func Commands() map[string]cli.CommandFactory
Types ¶
type AbigenCommand ¶
type AbigenCommand struct {
// contains filtered or unexported fields
}
VersionCommand is the command to show the version of the agent
func (*AbigenCommand) Flags ¶
func (c *AbigenCommand) Flags() *flag.FlagSet
func (*AbigenCommand) Help ¶
func (c *AbigenCommand) Help() string
Help implements the cli.Command interface
func (*AbigenCommand) Run ¶
func (c *AbigenCommand) Run(args []string) int
Run implements the cli.Command interface
func (*AbigenCommand) Synopsis ¶
func (c *AbigenCommand) Synopsis() string
Synopsis implements the cli.Command interface
type EnsCommand ¶
EnsCommand is the group command for ens
func (*EnsCommand) Help ¶
func (c *EnsCommand) Help() string
Help implements the cli.Command interface
func (*EnsCommand) Run ¶
func (c *EnsCommand) Run(args []string) int
Run implements the cli.Command interface
func (*EnsCommand) Synopsis ¶
func (c *EnsCommand) Synopsis() string
Synopsis implements the cli.Command interface
type EnsResolveCommand ¶
EnsResolveCommand is the command to resolve an ens name
func (*EnsResolveCommand) Flags ¶
func (c *EnsResolveCommand) Flags() *flag.FlagSet
func (*EnsResolveCommand) Help ¶
func (c *EnsResolveCommand) Help() string
Help implements the cli.Command interface
func (*EnsResolveCommand) Run ¶
func (c *EnsResolveCommand) Run(args []string) int
Run implements the cli.Command interface
func (*EnsResolveCommand) Synopsis ¶
func (c *EnsResolveCommand) Synopsis() string
Synopsis implements the cli.Command interface
type FourByteCommand ¶
FourByteCommand is the command to resolve 4byte actions
func (*FourByteCommand) Help ¶
func (c *FourByteCommand) Help() string
Help implements the cli.Command interface
func (*FourByteCommand) Run ¶
func (c *FourByteCommand) Run(args []string) int
Run implements the cli.Command interface
func (*FourByteCommand) Synopsis ¶
func (c *FourByteCommand) Synopsis() string
Synopsis implements the cli.Command interface
type VersionCommand ¶
VersionCommand is the command to show the version of the agent
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
Help implements the cli.Command interface
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
Run implements the cli.Command interface
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis implements the cli.Command interface