Skip to main content

Crate kobe_svm

Crate kobe_svm 

Source
Expand description

Solana wallet utilities for Kobe CLI.

Provides Solana 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 Solana address with associated keys.
Deriver
Solana address deriver from a unified wallet seed.
ParseDerivationStyleError
Error returned when parsing an invalid derivation style string.
StandardWallet
A standard Solana wallet with a single keypair.

Enums§

DerivationStyle
Solana derivation path styles for different wallet software.
Error
Errors that can occur during Solana wallet operations.

Type Aliases§

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