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

# Packages

Package kv includes a key-value store implementation of an attestation cache used to satisfy important use-cases such as aggregation in a beacon node runtime.

# Functions

NewPool initializes a new attestation pool.
NewService instantiates a new attestation pool service instance that will be registered into a running beacon node.

# Structs

Config options for the service.
Service of attestation pool operations.

# Interfaces

Pool defines the necessary methods for Prysm attestations pool to serve fork choice and validators.