//! Rust SDK for interacting with the PropAMM contracts over JSON-RPC.
//!
//! Mirrors the TypeScript SDK (`sdk/typescript`): a generic
//! [`ContractClient`], typed [`PropAmmRouter`] bindings (quotes, swaps, and
//! views), and pAMM state-override sources so quotes price fresh off-chain
//! liquidity.
pub
pub use ;
pub use ;
pub use PriceLevels;
pub use PropAmmRouter;
// Core primitive types, re-exported from ethrex.
pub use ;
/// Transaction hash.
pub type TxHash = H256;