Expand description
Solana HD wallet derivation for Kobe.
Derives Solana addresses from a [kobe::Wallet] seed using SLIP-10 Ed25519.
Supports Phantom/Backpack, Trust Wallet, and Ledger Live derivation styles.
Structs§
- Derived
Address - A derived Solana address with associated keys.
- Deriver
- Solana address deriver from a unified wallet seed.
- Parse
Derivation Style Error - Error returned when parsing an invalid derivation style string.
Enums§
- Derivation
Style - Solana derivation path styles for different wallet software.
- Error
- Errors that can occur during Solana wallet operations.
Type Aliases§
- Result
- Convenient Result alias.