Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VoluntaryExitSSZ = zssz.GetSSZ((*VoluntaryExit)(nil))
Functions ¶
This section is empty.
Types ¶
type VoluntaryExit ¶
type VoluntaryExit struct { Epoch Epoch // Earliest epoch when voluntary exit can be processed ValidatorIndex ValidatorIndex Signature BLSSignature }
type VoluntaryExitFeature ¶
type VoluntaryExitFeature struct { Meta interface { meta.Versioning meta.RegistrySize meta.Validators meta.Exits } }
func (*VoluntaryExitFeature) ProcessVoluntaryExit ¶
func (f *VoluntaryExitFeature) ProcessVoluntaryExit(exit *VoluntaryExit) error
func (*VoluntaryExitFeature) ProcessVoluntaryExits ¶
func (f *VoluntaryExitFeature) ProcessVoluntaryExits(ops []VoluntaryExit) error
type VoluntaryExitProcessor ¶
type VoluntaryExitProcessor interface { ProcessVoluntaryExits(ops []VoluntaryExit) error ProcessVoluntaryExit(exit *VoluntaryExit) error }
Click to show internal directories.
Click to hide internal directories.