Expand description
Ethereum wallet utilities for Kobe CLI.
Provides Ethereum address derivation from a unified kobe::Wallet.
§Features
std(default): Enable standard library supportalloc: Enable heap allocation without full std (forno_stdenvironments)rand: Enable random key generation forStandardWallet
Structs§
- Derived
Address - A derived Ethereum address with associated keys.
- Deriver
- Ethereum address deriver from a unified wallet seed.
- Parse
Derivation Style Error - Error returned when parsing an invalid derivation style string.
- Standard
Wallet - A standard Ethereum wallet with a single private key.
Enums§
- Derivation
Style - Ethereum derivation path styles for different wallet software.
- Error
- Errors that can occur during Ethereum wallet operations.
Type Aliases§
- Result
- A convenient Result type alias for kobe-evm operations.