Type Definition tallytree::node::NodeRef[][src]

pub type NodeRef = Option<Arc<Node>>;
Expand description

A reference to a node in the merkle tally tree.