Skip to main content

Crate light_indexed_array

Crate light_indexed_array 

Source
Expand description

§light-indexed-array

Indexed array for indexed Merkle trees. Stores elements as a sorted linked list with index, value, and next-index pointers.

TypeDescription
array::IndexedElementElement with index, BigUint value, and next-index
array::IndexedArrayArray of indexed elements with insert and lookup
changelogRaw indexed element and changelog entry types
errorsIndexedArrayError variants

Modules§

array
changelog
errors

Constants§

HIGHEST_ADDRESS_PLUS_ONE