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