Module merkle

Module merkle 

Source
Expand description

Host functions for merkle tree functions

Functionsยง

merkle_add ๐Ÿ”’
Add data to an on-chain Merkle tree.
merkle_add_internal ๐Ÿ”’
Internal function for merkle_add which branches to either on-chain or transaction-local.
merkle_add_local ๐Ÿ”’
Add data to a tx-local Merkle tree.