Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountCmd = &cobra.Command{
Use: "account",
Short: "Manage accounts of IoTeX blockchain",
}
AccountCmd represents the account command
View Source
var (
ErrPasswdNotMatch = errors.New("password doesn't match")
)
Errors
Functions ¶
func GetAccountMeta ¶
func GetAccountMeta(addr string) (*iotextypes.AccountMeta, error)
GetAccountMeta gets account metadata
func KsAccountToPrivateKey ¶
func KsAccountToPrivateKey(signer, password string) (crypto.PrivateKey, error)
KsAccountToPrivateKey generates our PrivateKey interface from Keystore account
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.