package
1.9.0
Repository: https://github.com/primasio/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package state provides a caching layer atop the Ethereum state trie.
Package types contains data types related to Ethereum consensus.
Package vm implements the Ethereum Virtual Machine.

# Interfaces

Processor is an interface for processing blocks using a given initial state.
Validator is an interface which defines the standard for block validation.