# Packages
Package downloader contains the manual full chain synchronisation.
Package fetcher contains the block announcement based synchronisation.
Package filters implements an ethereum filtering system for block, transactions and log events.
No description provided by the author
# Functions
CreateConsensusEngine creates the required type of consensus engine instance for an Ethereum service.
CreateDB creates the chain database.
New creates a new Ethereum object (including the initialisation of the common Ethereum object).
NewBloomIndexer returns a chain indexer that generates bloom bits data for the canonical chain for fast logs filtering.
NewContractBackend creates a new native contract backend using an existing 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.
NewPrivateMinerAPI create a new RPC service which controls the miner of this node.
NewProtocolManager returns a new ethereum sub protocol manager.
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.
NewPublicMinerAPI create a new PublicMinerAPI instance.
# Constants
eth protocol message codes.
eth protocol message codes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
eth protocol message codes.
eth protocol message codes.
Protocol messages belonging to eth/63.
eth protocol message codes.
eth protocol message codes.
eth protocol message codes.
eth protocol message codes.
Maximum cap on the size of a protocol message.
eth protocol message codes.
Protocol messages belonging to eth/62.
eth protocol message codes.
# Variables
DefaultConfig contains default settings for use on the Ethereum main net.
Number of implemented message corresponding to different protocol versions.
Official short name of the protocol used during capability negotiation.
Supported versions of the eth protocol (first is primary).
# Structs
BlockTraceResult is the returned value when replaying a block to check for consensus results and full VM trace logs for all included transactions.
BloomIndexer implements a core.ChainIndexer, building up a rotated bloom bits index for the Ethereum header bloom filters, permitting blazing fast filtering.
No description provided by the author
ContractBackend implements bind.ContractBackend with direct calls to Ethereum internals to support operating on contracts within subprotocols like eth and swarm.
EthApiBackend implements ethapi.Backend for full nodes.
Ethereum implements the Ethereum full node service.
EthNodeInfo represents a short summary of the Ethereum sub-protocol metadata known about the host peer.
PeerInfo represents a short summary of the Ethereum sub-protocol metadata known about a connected peer.
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.
PrivateMinerAPI provides private RPC methods to control the miner.
No description provided by the author
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.
PublicMinerAPI provides an API to control the miner.
StorageRangeResult is the result of a debug_storageRangeAt API call.
TraceArgs holds extra parameters to trace functions.
# Interfaces
No description provided by the author