exits

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2019 License: MIT Imports: 6 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL