mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
3416962fc2
* package level godocs fixed * all beacon node godocs * comment and gaz Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
6 lines
263 B
Go
6 lines
263 B
Go
// Package voluntaryexits defines an in-memory pool of received
|
|
// voluntary exit events by the beacon node, handling their lifecycle
|
|
// and performing integrity checks before serving them as objects
|
|
// for validators to include in blocks.
|
|
package voluntaryexits
|