zebra/zebra-chain/src/addresses.rs

6 lines
74 B
Rust

//! Address types.
pub mod sapling;
pub mod sprout;
pub mod transparent;