package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Constants

Only the X-Chain uses avalanche consensus.
No description provided by the author
No description provided by the author

# Variables

Enum value maps for EngineType.
Enum value maps for EngineType.
No description provided by the author

# Structs

Accepted is sent in response to GetAccepted.
AcceptedFrontier contains the remote peer's last accepted frontier.
AcceptedStateSummary is sent in response to GetAcceptedStateSummary.
Ancestors is sent in response to GetAncestors.
AppError is a VM-defined error sent in response to AppRequest.
AppGossip is a VM-defined message.
AppRequest is a VM-defined request.
AppResponse is a VM-defined response sent in response to AppRequest.
BloomFilter with a random salt to prevent consistent hash collisions.
Chits contains the preferences of a peer in response to a PushQuery or PullQuery message.
ClaimedIpPort contains metadata needed to connect to a peer.
Metadata about a peer's P2P client used to determine compatibility.
Get requests a container from a remote peer.
GetAccepted sends a request with the sender's accepted frontier to a remote peer.
GetAcceptedFrontier requests the accepted frontier from a peer.
GetAcceptedStateSummary requests a set of state summaries at a set of block heights.
GetAncestors requests the ancestors for a given container.
GetPeerList contains a bloom filter of the currently known validator IPs.
GetStateSummaryFrontier requests a peer's most recently accepted state summary.
Handshake is the first outbound message sent to a peer when a connection is established to start the p2p handshake.
Represents peer-to-peer messages.
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
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
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
PeerList contains network-level metadata for a set of validators.
Ping reports a peer's perceived uptime percentage.
Pong is sent in response to a Ping.
PullQuery requests the preferences of a remote peer given a container id.
PushQuery requests the preferences of a remote peer given a container.
Put is sent in response to Get with the requested block.
StateSummaryFrontier is sent in response to a GetStateSummaryFrontier request.

# Type aliases

The consensus engine that should be used when handling a consensus request.