//! Error types for Spark wallet operations.
//!//! Spark derivation never produces chain-specific failures beyond what
//! [`kobe_primitives::DeriveError`] already covers, so the core error type
//! is re-exported directly to avoid a redundant wrapper enum.
pubusekobe_primitives::DeriveError;