Skip to main content

Crate kobe_svm

Crate kobe_svm 

Source
Expand description

Solana HD wallet derivation for Kobe.

Derives Solana addresses from a kobe_primitives::Wallet seed using SLIP-10 Ed25519. Supports Phantom/Backpack, Trust Wallet, and Ledger Live derivation styles.

Structs§

DerivedAccount
A derived HD account — unified across all chains.
Deriver
Solana address deriver from a unified wallet seed.
ParseDerivationStyleError
Error returned when FromStr fails on a chain’s DerivationStyle.
SvmAccount
A Solana-specific derived account — DerivedAccount plus Phantom-style keypair.

Enums§

DerivationStyle
Solana derivation-path layouts, indexed by the account index.
DeriveError
Errors produced by HD derivation, mnemonic handling, and address encoding.
DerivedPublicKey
Strongly typed public key emitted by an HD derivation.