//! Signet Transaction Cache types and client.
/// The [`TxCache`] client.
pub use TxCache;
/// Response types for the [`TxCache`].
///
/// [`TxCache`]: crate::client::TxCache
/// Errors returned by the [`TxCache`] client.
pub use TxCacheError;