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 CurrentHead beaconTypes.HeadEventData Mu sync.Mutex RandaoMap RandaoMap SlotProposerMap SlotProposerMap SlotPayloadAttributesMap SlotPayloadAttributesMap AllValidatorsByPubkey AllValidatorsByPubkeyMap AllValidatorsByIndex AllValidatorsByIndexMap CloseCh chan struct{} HeadSlotC chan beaconTypes.HeadEventData PayloadAttributesC chan beaconTypes.PayloadAttributesEventData }
type SlotPayloadAttributesMap ¶
type SlotPayloadAttributesMap map[uint64]beaconTypes.PayloadAttributesEventData
type SlotProposerMap ¶
type SlotProposerMap map[uint64]beaconTypes.ProposerDutyData
Click to show internal directories.
Click to hide internal directories.