Documentation ¶
Index ¶
- Variables
- type Key
- type Keystore
- func (ks *Keystore) Contains(address string) (bool, error)
- func (ks *Keystore) Delete(address string) error
- func (ks *Keystore) GetKey(address string, passphrase []byte) ([]byte, error)
- func (ks *Keystore) GetUnlocked(address string) ([]byte, error)
- func (ks *Keystore) List() []string
- func (ks *Keystore) Lock(address string) error
- func (ks *Keystore) SetKey(address string, key []byte, passphrase []byte) error
- func (ks *Keystore) Unlock(address string, passphrase []byte, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Keystore ¶
type Keystore struct {
// contains filtered or unexported fields
}
func NewKeystore ¶
func NewKeystoreWithConfig ¶
Click to show internal directories.
Click to hide internal directories.