Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dump ¶
type Dump struct { JustifiedCheckpoint *eth.Checkpoint FinalizedCheckpoint *eth.Checkpoint UnrealizedJustifiedCheckpoint *eth.Checkpoint UnrealizedFinalizedCheckpoint *eth.Checkpoint ProposerBoostRoot []byte PreviousProposerBoostRoot []byte HeadRoot []byte ForkChoiceNodes []*Node }
type Node ¶
type Node struct { Validity NodeValidity ExecutionOptimistic bool Slot primitives.Slot JustifiedEpoch primitives.Epoch FinalizedEpoch primitives.Epoch UnrealizedJustifiedEpoch primitives.Epoch UnrealizedFinalizedEpoch primitives.Epoch Balance uint64 Weight uint64 Timestamp uint64 BlockRoot []byte ParentRoot []byte ExecutionBlockHash []byte }
type NodeValidity ¶
type NodeValidity uint8
const ( Valid NodeValidity = iota Invalid Optimistic )
func (NodeValidity) String ¶
func (v NodeValidity) String() string
Click to show internal directories.
Click to hide internal directories.