macro_rules! _merkle_tree_apply_fn {
($header:ident, $($arg:tt)*) => { ... };
}
Expand description
This applies a given function on a ConcurrentMerkleTree by allowing the compiler to infer the size of the tree based upon the header information stored on-chain