package
2.0.0+incompatible
Repository: https://github.com/morph-l2/go-ethereum.git
Documentation: pkg.go.dev

# Packages

Package catalyst implements the temporary eth1/eth2 RPC integration.
Package downloader contains the manual full chain synchronisation.
Package ethconfig contains the configuration of the ETH and LES protocols.
Package fetcher contains the announcement based header, blocks or transaction synchronisation.
Package filters implements an ethereum filtering system for block, transactions and log events.
No description provided by the author
No description provided by the author
Package tracers is a manager for transaction tracing engines.

# Functions

New creates a new Ethereum object (including the initialisation of the common Ethereum object).
No description provided by the author
NewMinerAPI creates a new MinerAPI instance.
NewMorphAPI creates a new RPC service to query the L1 message database.
NewPrivateAdminAPI creates a new API definition for the full node private admin methods of the Ethereum service.
NewPrivateDebugAPI creates a new API definition for the full node-related private debug methods of the Ethereum service.
NewPublicDebugAPI creates a new API definition for the full node- related public debug methods of the Ethereum service.

# Constants

AccountRangeMaxResults is the maximum number of results to be returned per call.

# Variables

No description provided by the author

# Structs

BadBlockArgs represents the entries in the list returned when bad blocks are queried.
BlacklistAPI provides private RPC methods to manange blacklist.
EthAPIBackend implements ethapi.Backend for full nodes.
Ethereum implements the Ethereum full node service.
MinerAPI provides an API to control the miner.
MorphAPI provides private RPC methods to query the L1 message database.
PrivateAdminAPI is the collection of Ethereum full node-related APIs exposed over the private admin endpoint.
PrivateDebugAPI is the collection of Ethereum full node APIs exposed over the private debugging endpoint.
PublicDebugAPI is the collection of Ethereum full node APIs exposed over the public debugging endpoint.
No description provided by the author
No description provided by the author
RPCTransaction is the standard RPC transaction return type with some additional skip-related fields.
StorageRangeResult is the result of a debug_storageRangeAt API call.

# Type aliases

Config contains the configuration options of the ETH protocol.