iface

package
v0.0.0-...-ab12051 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpanDetector

type SpanDetector interface {
	// Read functions.
	DetectSlashingForValidator(
		ctx context.Context,
		validatorIdx uint64,
		attData *ethpb.AttestationData,
	) (*types.DetectionResult, error)
	SpanForEpochByValidator(ctx context.Context, valIdx uint64, epoch uint64) ([3]uint16, error)
	ValidatorSpansByEpoch(ctx context.Context, epoch uint64) map[uint64][3]uint16

	// Write functions.
	UpdateSpans(ctx context.Context, att *ethpb.IndexedAttestation) error
	DeleteValidatorSpansByEpoch(ctx context.Context, validatorIdx uint64, epoch uint64) error
}

SpanDetector defines an interface for Spanners to follow to allow mocks.

Jump to

Keyboard shortcuts

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