Zebra/zebra-chain/src/notes.rs

9 lines
122 B
Rust

//! Notes, note encryption, and nullifier types.
#[cfg(test)]
mod arbitrary;
mod memo;
pub mod sapling;
pub mod sprout;