MerklePatriciaTrie(valueSerializer: Function<V, Bytes>)
Creates an empty trie.
valueSerializer - A function for serializing values to bytes.
MerklePatriciaTrie(valueSerializer: (V) -> Bytes)
Creates an empty trie.
Constructor
Creates an empty trie.