Uses of Interface
io.hotmoka.patricia.KeyValueStore
-
Uses of KeyValueStore in io.hotmoka.patricia
Methods in io.hotmoka.patricia with parameters of type KeyValueStoreModifier and TypeMethodDescriptionstatic <Key,Value extends Marshallable>
PatriciaTrie<Key,Value> PatriciaTrie.of(KeyValueStore store, io.hotmoka.crypto.api.HashingAlgorithm<? super Key> hashingForKeys, io.hotmoka.crypto.api.HashingAlgorithm<? super Node> hashingForNodes, Unmarshaller<? extends Value> valueUnmarshaller, PatriciaTrie.UnmarshallingContextSupplier unmarshallingContextSupplier, long numberOfCommits) Yields the Merkle-Patricia trie supported by the underlying store, using the given hashing algorithm to hash nodes, keys and the values.