Package io.hotmoka.patricia.api


package io.hotmoka.patricia.api
  • Class
    Description
    An abstraction of a store that persists the nodes of a Patricia tree.
    An exception stating that the execution of a method of a key/value store failed to complete correctly.
    PatriciaTrie<Key,Value,T extends PatriciaTrie<Key,Value,T>>
    A Merkle-Patricia trie.
    An exception stating that the execution of a method of a Patricia trie failed to complete correctly.
    An exception stating that a key is missing from a key/value store.