package
1.11.0-cancun5
Repository: https://github.com/openrelayxyz/plugeth-utils.git
Documentation: pkg.go.dev

# Functions

NewFromBinary initialises a serialized stacktrie with the given db.
NewStackTrie allocates and initializes an empty trie.
NewStackTrieWithOwner allocates and initializes an empty trie, but with the additional owner field.

# Variables

No description provided by the author
HasherPool holds pureHashers.

# Structs

Hasher is a type used for the trie Hash operation.
StackTrie is a trie implementation that expects keys to be inserted in order.

# Type aliases

NodeWriteFunc is used to provide all information of a dirty node for committing so that callers can flush nodes into database with desired scheme.