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::Wallet] seed following BIP-32/44. Supports MetaMask, Ledger Live, and Ledger Legacy derivation styles.

Structs§

DerivedAccount
A derived account from any chain.
Deriver
Ethereum address deriver.

Enums§

DerivationStyle
Derivation path styles for different wallet software.
Error
Errors from Ethereum HD derivation.

Type Aliases§

Result
Convenient Result alias.