Package io.hotmoka.patricia


package io.hotmoka.patricia
  • Class
    Description
    AbstractPatriciaTrie<Key,Value,T extends AbstractPatriciaTrie<Key,Value,T>>
    Abstract implementation of a Patricia trie.
    FromBytes<Value>
    A function that unmarshals values from their byte representation.
    Provider of Merkle-Patricia tries.
    ToBytes<Value>
    A function that marshals values into their byte representation.