//! 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.
extern crate alloc;
pub use DerivationStyle;
pub use ;
pub use ParseDerivationStyleError;
pub use ;