prysm-pulse/beacon-chain/operations/voluntaryexits/doc.go
Raul Jordan 3416962fc2
All Beacon Node Package-Level Godocs (#5677)
* 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>
2020-04-29 12:40:33 -05:00

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