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

# Packages

Package asm provides support for dealing with EVM assembly instructions (e.g., disassembling them).
Package bloombits implements bloom filtering on batches of data.
Package forkid implements EIP-2124 (https://eips.ethereum.org/EIPS/eip-2124).
Package rawdb contains a collection of low level database accessors.
Package state provides a caching layer atop the Ethereum state trie.
No description provided by the author
Package tracing defines hooks for 'live tracing' of block processing and transaction execution.
No description provided by the author
Package types contains data types related to Ethereum consensus.
Package vm implements the Ethereum Virtual Machine.