Documentation ¶
Index ¶
- Variables
- func Alias(address string) (string, error)
- func EtherAddress(in string) (common.Address, error)
- func GetAliasMap() map[string]string
- func IOAddress(in string) (address.Address, error)
- func NewAliasCmd(client ioctl.Client) *cobra.Command
- func NewAliasExport(c ioctl.Client) *cobra.Command
- func NewAliasImportCmd(c ioctl.Client) *cobra.Command
- func NewAliasListCmd(c ioctl.Client) *cobra.Command
- func NewAliasRemove(c ioctl.Client) *cobra.Command
- func NewAliasSetCmd(c ioctl.Client) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoAliasFound = errors.New("no alias is found")
)
Errors
Functions ¶
func EtherAddress ¶ added in v1.1.2
EtherAddress returns the address in ether format
func GetAliasMap ¶ added in v1.1.2
GetAliasMap gets the map from address to alias
func NewAliasCmd ¶ added in v1.1.2
NewAliasCmd represents the alias command
func NewAliasExport ¶
NewAliasExport represents the alias export command
func NewAliasImportCmd ¶ added in v1.1.2
NewAliasImportCmd represents the alias import command
func NewAliasListCmd ¶
NewAliasListCmd represents the alias list command
func NewAliasRemove ¶
NewAliasRemove represents the removes alias command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.