Versions in this module Expand all Collapse all v0 v0.0.1 Jun 20, 2023 Changes in this version + var ErrNoUnlockBadPassphrase = fmt.Errorf("could not unlock account with passphrase, perhaps need different phrase") + func AddressFromAccountName(name string) (string, error) + func DefaultLocation() string + func DescribeLocalAccounts() + func DoesNamedAccountExist(name string) bool + func FromAccountName(name string) *keystore.KeyStore + func FromAddress(addr string) *keystore.KeyStore + func LocalAccounts() []string + func SetDefaultLocation(directory string) + func UnlockedKeystore(from, passphrase string) (*keystore.KeyStore, *keystore.Account, error)