package
1.13.14-0.1.0-rc.1
Repository: https://github.com/ava-labs/libevm.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.