Documentation ¶
Index ¶
Constants ¶
View Source
const ( SuccessfulResponsePrefix = 0x00 RateLimitedPrefix = 0x02 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsensusHandlers ¶
type ConsensusHandlers struct {
// contains filtered or unexported fields
}
func NewConsensusHandlers ¶
func NewConsensusHandlers(ctx context.Context, db persistence.RawBeaconBlockChain, host host.Host, peers *peers.Pool, beaconConfig *clparams.BeaconChainConfig, genesisConfig *clparams.GenesisConfig, metadata *cltypes.Metadata) *ConsensusHandlers
func (*ConsensusHandlers) Start ¶
func (c *ConsensusHandlers) Start()
type RateLimits ¶
type RateLimits struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.