Uses of Interface
io.hotmoka.patricia.KeyValueStore
-
-
Uses of KeyValueStore in io.hotmoka.patricia
Methods in io.hotmoka.patricia with parameters of type KeyValueStore 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.
-