package
1.10.1
Repository: https://github.com/wangdayong228/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewSuite creates and returns a new eth-test suite that can be used to test the given node against the given blockchain data.

# Structs

No description provided by the author
Conn represents an individual connection with a peer.
Disconnect is the RLP structure for a disconnect message.
No description provided by the author
GetBlockHeaders represents a block header query.
Hello is the RLP structure of the protocol handshake.
NewBlock is the network packet for the block propagation message.
No description provided by the author
No description provided by the author
Status is the network packet for the status message for eth/64 and later.
Suite represents a structure used to test the eth protocol of a node(s).

# Interfaces

No description provided by the author

# Type aliases

BlockBodies is the network packet for block content distribution.
No description provided by the author
GetBlockBodies represents a GetBlockBodies request.
NewBlockHashes is the network packet for the block announcements.
NewPooledTransactionHashes is the network packet for the tx hash propagation message.
No description provided by the author