Versions in this module Expand all Collapse all v1 v1.6.0 Apr 28, 2021 Changes in this version + func Assert(condition bool, quiet bool, msg string) + func Check(condition bool, quiet bool, msg string) + func DefaultDataDir() string + func Err(quiet bool, msg string) + func ErrAssert(condition bool, err error, quiet bool, msg string) + func ErrCheck(err error, quiet bool, msg string) + func ObtainAccount(wallet *accounts.Wallet, address *common.Address, passphrase string) (*accounts.Account, error) + func ObtainWallet(chainID *big.Int, address common.Address) (accounts.Wallet, error) + func ObtainWalletAndAccount(chainID *big.Int, address common.Address) (accounts.Wallet, *accounts.Account, error) + func ObtainWallets(chainID *big.Int) ([]accounts.Wallet, error) + func VerifyPassphrase(wallet accounts.Wallet, account accounts.Account, passphrase string) bool + func Warn(quiet bool, msg string) + func WarnCheck(err error, quiet bool, msg string) Other modules containing this package github.com/wealdtech/ethereal/v2