Versions in this module Expand all Collapse all v22 v22.4.2 Apr 28, 2022 Changes in this version + var BackendType = reflect.TypeOf(&Backend{}) + type AccountCreator interface + ImportRawKey func(rawKey string, newAccountConfig interface{}) (accounts.Account, error) + NewAccount func(newAccountConfig interface{}) (accounts.Account, error) + type Backend struct + func NewBackend() *Backend + func (b *Backend) ImportRawKey(rawKey string, newAccountConfig interface{}) (accounts.Account, error) + func (b *Backend) Lock(account accounts.Account) error + func (b *Backend) NewAccount(newAccountConfig interface{}) (accounts.Account, error) + func (b *Backend) SetPluginService(s plugin.Service) error + func (b *Backend) Subscribe(_ chan<- accounts.WalletEvent) event.Subscription + func (b *Backend) TimedUnlock(account accounts.Account, password string, duration time.Duration) error + func (b *Backend) Wallets() []accounts.Wallet Other modules containing this package github.com/baptiste-b-pegasys/quorum