macro_rules! merkle_tree_apply_fn {
($header:ident, $id:ident, $bytes:ident, $func:ident, $($arg:tt)*) => { ... };
}
Expand description
This applies a given function on a read-only ConcurrentMerkleTree
macro_rules! merkle_tree_apply_fn {
($header:ident, $id:ident, $bytes:ident, $func:ident, $($arg:tt)*) => { ... };
}
This applies a given function on a read-only ConcurrentMerkleTree