prysm-pulse/beacon-chain/operations/voluntaryexits/doc.go

6 lines
263 B
Go
Raw Normal View History

// 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.
2020-01-21 23:29:04 +00:00
package voluntaryexits