orchard/src/tree.rs

4 lines
80 B
Rust

/// The root of an Orchard commitment tree.
#[derive(Debug)]
pub struct Anchor;