Skip to main content

bsv_wallet_cli/
lib.rs

1pub mod arc_ingest;
2pub mod broadcast_reconcile;
3pub mod broadcast_verify;
4pub mod gift;
5pub mod relay;
6pub mod server;
7// The ONE env→broadcaster resolver. `broadcast_verify` reads the broadcast
8// plane from it so the verifier cannot drift from the broadcaster in use.
9pub mod services_env;