account

package
v1.4.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2021 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AccountCmd = &cobra.Command{
	Use:   config.TranslateInLang(accountCmdUses, config.UILanguage),
	Short: config.TranslateInLang(accountCmdShorts, config.UILanguage),
}

AccountCmd represents the account command

View Source
var CryptoSm2 bool

CryptoSm2 is a flag for sm2 cryptographic algorithm

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 IsSignerExist added in v0.11.0

func IsSignerExist(signer string) bool

IsSignerExist checks whether signer account is existed

func LocalAccountToPrivateKey added in v0.11.0

func LocalAccountToPrivateKey(signer, password string) (crypto.PrivateKey, error)

LocalAccountToPrivateKey generates our PrivateKey interface from Keystore account

func Sign

func Sign(signer, password, message string) (signedMessage string, err error)

Sign sign message with signer

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL