Documentation
¶
Overview ¶
Package common provides common types for consensus engines. This package aliases types from other packages for backwards compatibility.
Index ¶
Constants ¶
View Source
const ( PendingTxs = core.PendingTxs PutBlock = core.PutBlock GetBlock = core.GetBlock GetAccepted = core.GetAccepted Accepted = core.Accepted GetAncestors = core.GetAncestors MultiPut = core.MultiPut GetFailed = core.GetFailed QueryFailed = core.QueryFailed Chits = core.Chits ChitsV2 = core.ChitsV2 GetAcceptedFrontier = core.GetAcceptedFrontier AcceptedFrontier = core.AcceptedFrontier GetAcceptedFrontierFailed = core.GetAcceptedFrontierFailed WarpRequest = core.WarpRequest WarpResponse = core.WarpResponse WarpGossip = core.WarpGossip )
Message type constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendConfig ¶ added in v1.22.14
type SendConfig = warp.SendConfig
SendConfig is an alias for warp.SendConfig for backwards compatibility
Click to show internal directories.
Click to hide internal directories.