Skip to main content

Crate kobe_evm

Crate kobe_evm 

Source
Expand description

Ethereum HD wallet derivation.

Derives Ethereum (EIP-55 checksummed) addresses from a kobe_primitives::Wallet seed following BIP-32/44. Supports MetaMask, Ledger Live, and Ledger Legacy derivation styles.

Structs§

DerivedAccount
A derived HD account — unified across all chains.
Deriver
Ethereum address deriver.
ParseDerivationStyleError
Error returned when FromStr fails on a chain’s DerivationStyle.

Enums§

DerivationStyle
Derivation path styles for different Ethereum wallet software.
DeriveError
Errors produced by HD derivation, mnemonic handling, and address encoding.
DerivedPublicKey
Strongly typed public key emitted by an HD derivation.