Versions in this module Expand all Collapse all v0 v0.1.1 Jun 14, 2020 Changes in this version + type Account struct + func NewAccount(name string, passphrase []byte) *Account + func (a *Account) ID() uuid.UUID + func (a *Account) IsUnlocked() bool + func (a *Account) Lock() + func (a *Account) Name() string + func (a *Account) Path() string + func (a *Account) PublicKey() e2types.PublicKey + func (a *Account) Sign(data []byte) (e2types.Signature, error) + func (a *Account) Unlock(passphrase []byte) error