iface

package
v0.3.10 Latest Latest
Warning

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

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

Documentation

Overview

Package iface exists to prevent circular dependencies when implementing the database interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ValidatorDB

type ValidatorDB interface {
	io.Closer
	DatabasePath() string
	ClearDB() error
	// Proposer protection related methods.
	ProposalHistory(ctx context.Context, publicKey []byte) (*slashpb.ProposalHistory, error)
	SaveProposalHistory(ctx context.Context, publicKey []byte, history *slashpb.ProposalHistory) error
	DeleteProposalHistory(ctx context.Context, publicKey []byte) error
	// Attester protection related methods.
	AttestationHistory(ctx context.Context, publicKey []byte) (*slashpb.AttestationHistory, error)
	SaveAttestationHistory(ctx context.Context, publicKey []byte, history *slashpb.AttestationHistory) error
	DeleteAttestationHistory(ctx context.Context, publicKey []byte) error
}

ValidatorDB defines the necessary methods for a Prysm validator DB.

Jump to

Keyboard shortcuts

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