Module immutable

Module immutable 

Source
Expand description

An authenticated database (ADB) that only supports adding new keyed values (no updates or deletions), where values can have varying sizes.

Modules§

sync

Structs§

Config
Configuration for an Immutable authenticated db.
Immutable
An authenticatable key-value database based on an MMR that does not allow updates or deletions of previously set keys.