Type alias IMTHashFunction

IMTHashFunction: ((values) => IMTNode)

The hash function is used to compute the nodes of the tree. In a binary Merkle tree, each node is the hash of its two children.

Type declaration