harmoniis-wallet 0.1.83

Smart-contract wallet for the Harmoniis marketplace for agents and robots (RGB contracts, Witness-backed bearer state, Webcash fees)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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.

pub mod ark_actor;
pub mod bitcoin_actor;
pub mod payment_ledger_actor;
pub mod voucher_actor;
pub mod wallet_actor;
pub mod webcash_actor;