//! Aptos chain support for x402 payments.
//!
//! - [`AptosChainReference`] — CAIP-2 `1` / `2`
//! - [`AptosAddress`] — 32-byte hex (`0x` + 64 hex chars)
//! - [`AptosTokenDeployment`] — FA metadata
//! - [`AptosChainProvider`] — facilitator fee payer + `aptos-sdk` (feature `facilitator`)
/// Core Aptos chain types (addresses, references, token deployments).
pub use *;
/// TS x402 payload codec: outer base64 of JSON-of-bytes, inner SDK BCS.
pub use *;
/// Aptos chain provider implementation.
pub use *;