Remove a value that matches the key on TRUNCATED_HASH_SIZE.
Iterator over entries of the dictionary (with truncated keys)
Retrieve a value that matches the key on TRUNCATED_HASH_SIZE.
Return true if the key is present in the dictionary
Set or update a value that matches the key on TRUNCATED_HASH_SIZE.
Iterator over values of the dictionary.
StaticfromCreate a new TruncatedHashDictionary from given list of entries.
Each key will be copied and have the last byte replace with a 0.
A collection of hash-based keys (likely
StateKeys) which ignores differences on the last byte.