beaconinterface

package
v0.0.0-...-7a2e46d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllValidatorsByIndexMap

type AllValidatorsByIndexMap map[uint64]beaconTypes.ValidatorData

type AllValidatorsByPubkeyMap

type AllValidatorsByPubkeyMap map[string]beaconTypes.ValidatorData

type BeaconData

type BeaconData struct {
	CurrentSlot        uint64
	CurrentEpoch       uint64
	CurrentForkVersion string

	CurrentHead beaconTypes.HeadEventData

	Mu                       sync.Mutex
	RandaoMap                RandaoMap
	SlotProposerMap          SlotProposerMap
	SlotPayloadAttributesMap SlotPayloadAttributesMap
	AllValidatorsByPubkey    AllValidatorsByPubkeyMap
	AllValidatorsByIndex     AllValidatorsByIndexMap

	HeadSlotC          chan beaconTypes.HeadEventData
	PayloadAttributesC chan beaconTypes.PayloadAttributesEvent
}

type RandaoMap

type RandaoMap map[uint64]common.Hash

type SlotProposerMap

type SlotProposerMap map[uint64]beaconTypes.ProposerDutyData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL