//! A minimal client for a Zano daemon, plus the deposit scanner built on it.
//!
//! The networking lives here, separate from the pure crypto and serialization
//! in [`crate::crypto`] and [`crate::base`]. Requests are synchronous.
//!
//! Port of the Go `zanorpc` package.
pub use ;
pub use ;
pub use ;
pub use ;