Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockRootToSlotProvider ¶
type BlockRootToSlotProvider interface { // BlockRootToSlot provides the slot for a given block root. BlockRootToSlot(ctx context.Context, root phase0.Root) (phase0.Slot, error) }
BlockRootToSlotProvider provides a mapping from block root to slot.
Click to show internal directories.
Click to hide internal directories.