package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

# Functions

New returns a new state management object.
ReplayProcessSlots to process old slots for state gen usages.
WithAvailableBlocker gives stategen an AvailableBlocker, which is used to determine if a given block is available.

# Variables

# Structs

State is a concrete implementation of StateManager.

# Interfaces

CanonicalChecker determines whether the given block root is canonical.
CurrentSlotter provides the current Slot.
HistoryAccessor describes the minimum set of database methods needed to support the ReplayerBuilder.
Replayer encapsulates database query and replay logic.
ReplayerBuilder creates a Replayer that can be used to obtain a state at a specified slot or root (only ForSlot implemented so far).
StateManager represents a management object that handles the internal logic of maintaining both hot and cold states in DB.

# Type aliases

Option is a functional option for controlling the initialization of a *State value.