[][src]Module casperlabs_engine_storage::trie

Core types for a Merkle Trie

Structs

PointerBlock

Represents the underlying structure of a node in a Merkle Trie

Enums

Pointer

Represents a pointer to the next object in a Merkle Trie

Trie

Represents a Merkle Trie

Constants

RADIX

Type Definitions

Parents

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