1//! JSON-RPC server/client for txsender (feature-gated). 2//! 3//! This module is behind the `json-rpc` cargo feature. 4 5pub mod client; 6pub mod server;