Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableBlocker ¶
type AvailableBlocker interface {
AvailableBlock(primitives.Slot) bool
}
AvailableBlocker can be used to check whether there is a finalized block in the db for the given slot. This interface is typically fulfilled by backfill.Store.
Click to show internal directories.
Click to hide internal directories.