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

# Packages

Package downloader contains the manual full chain synchronisation.
Package fetcher contains the block announcement based synchonisation.
package filters implements an ethereum filtering system for block, transactions and log events.

# Functions

No description provided by the author
No description provided by the author
NewGasPriceOracle returns a new oracle.
NewProtocolManager returns a new ethereum sub protocol manager.
No description provided by the author

# Constants

eth protocol message codes.
eth protocol message codes.
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.
eth protocol message codes.
Protocol messages belonging to eth/62 (new protocol from scratch) StatusMsg = 0x00 (uncomment after eth/61 deprecation) NewBlockHashesMsg = 0x01 (uncomment after eth/61 deprecation) TxMsg = 0x02 (uncomment after eth/61 deprecation).
eth protocol message codes.
Protocol messages belonging to eth/63.
eth protocol message codes.
No description provided by the author
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/61.
eth protocol message codes.

# Variables

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

No description provided by the author
No description provided by the author
EthNodeInfo represents a short summary of the Ethereum sub-protocol metadata known about the host peer.
GasPriceOracle recommends gas prices based on the content of recent blocks.
PeerInfo represents a short summary of the Ethereum sub-protocol metadata known about a connected peer.
No description provided by the author