bsv-sdk 0.2.4

Pure Rust implementation of the BSV Blockchain SDK
Documentation
1
2
3
4
5
6
7
8
//! Pluggable remittance module implementations.
//!
//! Each sub-module implements the `RemittanceModule` trait and provides
//! the type-safe wire format, config, and injectable dependency traits
//! needed by `RemittanceManager`.

#[cfg(feature = "network")]
pub mod brc29;