github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/operations/voluntaryexits/doc.go (about) 1 // Package voluntaryexits defines an in-memory pool of received 2 // voluntary exit events by the beacon node, handling their lifecycle 3 // and performing integrity checks before serving them as objects 4 // for validators to include in blocks. 5 package voluntaryexits