package
0.0.0-20220728222812-7e2f347744fb
Repository: https://github.com/ir4tech/webb-evm.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
Package tracers is a manager for transaction tracing engines.

# Functions

New creates a new Ethereum object (including the initialisation of the common Ethereum object).
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.
NewPublicEthereumAPI 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

BadBlockArgs represents the entries in the list returned when bad blocks are queried.
EthAPIBackend implements ethapi.Backend for full nodes.
Ethereum implements the Ethereum full node service.
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.
PublicEthereumAPI 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.

# Type aliases

Config contains the configuration options of the ETH protocol.