Module variable

Module variable 

Source
Expand description

An authenticated database (ADB) that provides succinct proofs of any value ever associated with a key, where values can have varying sizes.

If the values you wish to store all have the same size, use the crate::adb::any::fixed::Any db instead.

Modules§

sync

Structs§

Any
A key-value ADB based on an MMR over its log of operations, supporting authentication of any value ever associated with a key.
Config
Configuration for an Any authenticated db.