bech32/
hrp.rs

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