Uses of Interface
io.hotmoka.patricia.PatriciaTrie
-
-
Uses of PatriciaTrie in io.hotmoka.patricia
Methods in io.hotmoka.patricia that return PatriciaTrie Modifier and Type Method Description static <Key,Value extends Marshallable>
PatriciaTrie<Key,Value>PatriciaTrie. of(KeyValueStore store, HashingAlgorithm<? super Key> hashingForKeys, HashingAlgorithm<? super Node> hashingForNodes, Marshallable.Unmarshaller<? extends Value> valueUnmarshaller, boolean garbageCollected)Yields the Merkle-Patricia trie supported by the underlying store, using the given hashing algorithm to hash nodes, keys and the values.
-