Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AliasCmd = &cobra.Command{ Use: "alias", Short: "Manage aliases of IoTeX addresses", Args: cobra.MaximumNArgs(3), }
AliasCmd represents the alias command
View Source
var (
ErrNoAliasFound = errors.New("no alias is found")
)
Errors
Functions ¶
func Address ¶
Address returns the address corresponding to alias. if 'in' is an IoTeX address, returns 'in'
func GetAliasMap ¶
GetAliasMap gets the map from address to alias
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.