Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2024 Changes in this version + type Wallet struct + func NewWallet(t mockConstructorTestingTNewWallet) *Wallet + func (_m *Wallet) Accounts() []accounts.Account + func (_m *Wallet) Close() error + func (_m *Wallet) Contains(account accounts.Account) bool + func (_m *Wallet) Derive(path go_ethereumaccounts.DerivationPath, pin bool) (accounts.Account, error) + func (_m *Wallet) Open(passphrase string) error + func (_m *Wallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) ([]byte, error) + func (_m *Wallet) SignTypedData(account accounts.Account, typedData apitypes.TypedData) ([]byte, error) + func (_m *Wallet) Status() (string, error) + func (_m *Wallet) URL() go_ethereumaccounts.URL