Expand description
Ethereum HD wallet derivation.
Derives Ethereum (EIP-55 checksummed) addresses from a [kobe::Wallet]
seed following BIP-32/44. Supports MetaMask, Ledger Live, and Ledger Legacy
derivation styles.
Structs§
- Derived
Account - A derived account from any chain.
- Deriver
- Ethereum address deriver.
Enums§
- Derivation
Style - Derivation path styles for different wallet software.
- Error
- Errors from Ethereum HD derivation.
Type Aliases§
- Result
- Convenient Result alias.