Uses of Class
io.hotmoka.patricia.api.KeyValueStoreException
-
Uses of KeyValueStoreException in io.hotmoka.patricia.api
Methods in io.hotmoka.patricia.api that throw KeyValueStoreExceptionModifier and TypeMethodDescriptionbyte[]KeyValueStore.get(byte[] key) Gets the association of a key in this store.voidKeyValueStore.put(byte[] key, byte[] value) Persists an association of a key to a value in this store.voidKeyValueStore.remove(byte[] key) Deletes the association for the given key, that must exist in store.