Uses of Class
io.hotmoka.patricia.api.UnknownKeyException
-
Uses of UnknownKeyException in io.hotmoka.patricia.api
Methods in io.hotmoka.patricia.api that throw UnknownKeyExceptionModifier and TypeMethodDescriptionPatriciaTrie.checkoutAt(byte[] root) Yields an independent clone of this trie, but for its root, that is set to the provided value.byte[]KeyValueStore.get(byte[] key) Gets the association of a key in this store.voidKeyValueStore.remove(byte[] key) Deletes the association for the given key, that must exist in store.