tari_ootle_address 0.6.0

Tari Ootle address using bech32 encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//   Copyright 2025 The Tari Project
//   SPDX-License-Identifier: BSD-3-Clause

mod hrp;
#[macro_use]
mod macros;
mod ootle_address;
mod pay_ref;

pub use ootle_address::*;
pub use ootle_network::Network;
pub use pay_ref::*;