orchard/src/tree.rs

4 lines
80 B
Rust
Raw Normal View History

2021-01-20 12:30:35 -08:00
/// The root of an Orchard commitment tree.
#[derive(Debug)]
pub struct Anchor;