1// SPDX-License-Identifier: MIT
23//! Re-exports the hrp types from [`primitives::hrp`] to make importing ergonomic for the top level APIs.
4//!
5//! [`primitives::hrp`]: crate::primitives::hrp
67#[doc(inline)]
8pub use crate::primitives::hrp::{Hrp, BC, BCRT, TB};