//! Actix actor wrappers for wallet components.
//!//! Each actor owns its SQLite connection (solving the `!Send` constraint)
//! and communicates via typed [`actix::Message`] structs.
//!//! Requires the `actix-actors` feature flag.
pubmodark_actor;pubmodbitcoin_actor;pubmodpayment_ledger_actor;pubmodvoucher_actor;pubmodwallet_actor;pubmodwebcash_actor;