//! Transparent-related (Bitcoin-inherited) functionality.
mod address;
mod keys;
pub use address::TransparentAddress;