bsv-messagebox-client 0.1.0

BSV MessageBox client — peer-to-peer messaging and payments with BRC-78 encryption, WebSocket live delivery, and overlay host resolution. Full parity with @bsv/message-box-client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod adapter;
pub mod client;
pub mod encryption;
pub mod error;
pub mod host_resolution;
pub mod http_ops;
pub mod payment_requests;
pub mod peer_pay;
pub mod permissions;
pub mod socket_transport;
pub mod types;
pub mod websocket;

pub use adapter::RemittanceAdapter;
pub use client::MessageBoxClient;
pub use error::MessageBoxError;
pub use types::*;