Skip to main content

Crate kobe_evm

Crate kobe_evm 

Source
Expand description

Ethereum wallet utilities for Kobe CLI.

Provides Ethereum address derivation from a unified kobe::Wallet.

§Features

  • std (default): Enable standard library support
  • alloc: Enable heap allocation without full std (for no_std environments)
  • rand: Enable random key generation for StandardWallet

Structs§

DerivedAddress
A derived Ethereum address with associated keys.
Deriver
Ethereum address deriver from a unified wallet seed.
ParseDerivationStyleError
Error returned when parsing an invalid derivation style string.
StandardWallet
A standard Ethereum wallet with a single private key.

Enums§

DerivationStyle
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.