//! Error types for Nostr wallet operations.
//!
//! Nostr derivation can fail during BIP-32 key derivation (covered by
//! [`kobe_primitives::DeriveError`]) or during NIP-19 bech32 encoding.
use String;
/// Errors that can occur during Nostr wallet operations.