//! Types for interoperating with EVM chains: Ethereum addresses, uint256 amounts, and the
//! encoding of Miden account IDs into the Ethereum address format.
//!
//! These are the Rust counterparts of the MASM procedures in
//! `miden::standards::assets::asset_amount` and `miden::standards::interop::eth`.
pub use ;
pub use ;
pub use EthEmbeddedAccountId;