//! Subsquid indexer client module for privacy-preserving queries.
//!
//! This module provides a client for querying the Subsquid indexer using
//! hash prefix queries, which allows clients to retrieve their transactions
//! without revealing their exact addresses to the indexer.
pub use SubsquidClient;
pub use ;
pub use *;