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 time.Time
BlockRoot []byte
ParentRoot []byte
ExecutionBlockHash []byte
Target []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.