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

# Functions

# Constants

GenesisDepositBatch deposits are sent to populate the initial set of validators for genesis.
PostGenesisDepositBatch deposits are sent to test that deposits appear in blocks as expected and validators become active.

# Structs

E2EConfig defines the struct for all configurations needed for E2E testing.
EmptyComponent satisfies the component interface.
EvaluationContext allows for additional data to be provided to evaluators that need extra state.
Evaluator defines the structure of the evaluators used to conduct the current beacon state during the E2E.

# Interfaces

BeaconNodeSet defines an interface for an object that fulfills the duties of a group of beacon nodes.
ComponentRunner defines an interface via which E2E component's configuration, execution and termination is managed.
DepositBalancer represents a type that can sum, by validator, all deposits made in E2E prior to the function call.

# Type aliases

DepositBatch represents a group of deposits that are sent together during an e2e run.