package
0.14.0
Repository: https://github.com/ava-labs/coreth.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
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).
NewAdminAPI creates a new instance of AdminAPI.
NewDebugAPI creates a new DebugAPI instance.
NewEthereumAPI creates a new Ethereum protocol API for full nodes.

# Constants

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

# Variables

No description provided by the author
No description provided by the author

# Structs

AdminAPI is the collection of Ethereum full node related APIs for node administration.
DebugAPI is the collection of Ethereum full node APIs for debugging the protocol.
EthAPIBackend implements ethapi.Backend and tracers.Backend for full nodes.
Ethereum implements the Ethereum full node service.
EthereumAPI provides an API to access Ethereum full node-related information.
No description provided by the author
StorageRangeResult is the result of a debug_storageRangeAt API call.

# Interfaces

PushGossiper sends pushes pending transactions to peers until they are removed from the mempool.

# Type aliases

Config contains the configuration options of the ETH protocol.