Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tile ¶
type Tile struct {
Depth uint8 // The depth of the root node in trie
Nodes uint16 // The node number in tile
Refs []common.Hash // The references from tile to external
}
tile represents the metadata of a chunk of state trie.
Click to show internal directories.
Click to hide internal directories.