//! TON chain support for x402 payments.
//!
//! - [`TvmChainReference`] — CAIP-2 `-239` / `-3`
//! - [`TvmAddress`] — raw `workchain:hex` (user-friendly forms accepted on parse)
//! - [`TvmTokenDeployment`] — jetton minter metadata
//! - [`TvmChainProvider`] — Highload V3 signer + REST (feature `facilitator`)
/// Core TON chain types (addresses, references, token deployments).
pub use *;
/// TON chain provider implementation.
pub use *;
/// REST client abstraction for TON.
pub use *;