package
0.0.0-20240810090356-c5cebdb4e16e
Repository: https://github.com/codecodeorg/opgeth.git
Documentation: pkg.go.dev

# Functions

Apply traverses the provided state diffs, apply them in the associated post-state and return the generated dirty trie nodes.
New constructs the state set with provided data.

# Structs

Set represents a collection of mutated states during a state transition.

# Interfaces

Trie is an Ethereum state trie, can be implemented by Ethereum Merkle Patricia tree or Verkle tree.
TrieLoader wraps functions to load tries.