kobe-spark 1.0.0

Spark (Bitcoin L2) wallet for Kobe
Documentation
1
2
3
4
5
6
7
//! 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.

pub use kobe_primitives::DeriveError;