Module casper_execution_engine::storage::trie[][src]

Expand description

Core types for a Merkle Trie

Modules

Structs

Represents the underlying structure of a node in a Merkle Trie

Enums

Represents a pointer to the next object in a Merkle Trie

Represents a Merkle Trie

Constants

Type Definitions

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