1 2 3 4
/// A lightweight JSON-RPC client wrapper and utility methods for interacting with an Elements node. pub mod elements; /// Error definitions mapping native framework RPC issues and parsing exceptions. pub mod error;