Skip to main content

Crate kobe

Crate kobe 

Source
Expand description

Core wallet types for Kobe multi-chain wallet CLI.

This crate provides the unified Wallet type that holds a BIP39 mnemonic and derives seeds for multiple cryptocurrencies.

§Features

  • std (default): Enable standard library support
  • alloc: Enable heap allocation without full std (for no_std environments)

Modules§

mnemonic
BIP-39 mnemonic utilities.

Structs§

Wallet
A unified HD wallet that can derive keys for multiple cryptocurrencies.

Enums§

Error
Errors that can occur during wallet operations.
Language
Language to be used for the mnemonic phrase.

Type Aliases§

Result
A convenient Result type alias for kobe-core operations.