Versions in this module Expand all Collapse all v1 v1.0.1 Jul 13, 2024 v1.0.0 Jun 18, 2024 Changes in this version + var DefaultDerivationPath = "m/44'/60'/0'/0/%d" + func CreateDerivationPath(index int) (accounts.DerivationPath, error) + func ParseDerivationPath(path string) (accounts.DerivationPath, error) + type Derived struct + Address common.Address + ExtendedKey *hd.ExtendedKey + PrivateKey *ecdsa.PrivateKey + PublicKey ecdsa.PublicKey + func (d *Derived) Account() accounts.Account + type Wallet struct + func New(mnemonic, password string) (*Wallet, error) + func NewFromSeed(seed []byte) (*Wallet, error) + func (w *Wallet) Derive(path accounts.DerivationPath) (*Derived, error) + func (w *Wallet) MasterKey() *hd.ExtendedKey