//! Altius Transaction SDK
//!
//! This crate provides utilities for signing and encoding Altius USD multi-token transactions.
//!
//! # Security Note
//!
//! This SDK does NOT contain any private keys or addresses. All chain-specific
//! configuration must be provided by the application layer.
pub use ;
pub use ;
pub use ;
// Re-export useful types
pub use ;