//
pkg.gl
Category
github.com/primasio/go-ethereum
core
package
1.9.0
Repository:
https://github.com/primasio/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
1
Files
16 SLOC
#
Packages
state
Package state provides a caching layer atop the Ethereum state trie.
types
Package types contains data types related to Ethereum consensus.
vm
Package vm implements the Ethereum Virtual Machine.
#
Interfaces
Processor
Processor is an interface for processing blocks using a given initial state.
Validator
Validator is an interface which defines the standard for block validation.