//! Address types to represent public keys on various blockchains.
//!//! More types will be added in the future.
#![deny(missing_docs)]#![cfg_attr(all(doc, CHANNEL_NIGHTLY),feature(doc_auto_cfg))]moderror;#[cfg(feature ="ethereum")]pubmodethereum;pubuseerror::Error;/// Result type for the address library.
pubtypeResult<T>=std::result::Result<T, Error>;