//! Wallet module for BSV SDK.
//!
//! Provides Type-42 key derivation, wallet error types, semantic
//! type aliases, and the WalletInterface trait for the wallet layer.
pub use CachedKeyDeriver;
pub use WalletError;
pub use WalletInterface;
pub use KeyDeriver;
pub use ProtoWallet;
pub use ;