Uses of Class
io.hotmoka.patricia.api.TrieException
-
Uses of TrieException in io.hotmoka.patricia.api
Methods in io.hotmoka.patricia.api that throw TrieExceptionModifier and TypeMethodDescriptionPatriciaTrie.checkoutAt(byte[] root) Yields an independent clone of this trie, but for its root, that is set to the provided value.Yields the value bound to the given key.byte[]PatriciaTrie.getRoot()Yields the root of the trie, that can be used as a hash of its content.Binds the given key to the given value.