logo
Expand description

Merkle Trie implementation. Core types for a Merkle Trie

Modules

Merkle proofs.

Structs

Represents the underlying structure of a node in a Merkle Trie

Enums

An iterator over the descendants of a trie node.

Represents a pointer to the next object in a Merkle Trie

Represents a Merkle Trie.

Type Definitions

A parent is represented as a pair of a child index and a node or extension.

Type alias for arrays of pointer block values.

Type alias for values under pointer blocks.