package
1.4.4
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

Package iface defines an interface for the slasher database, providing more advanced interfaces such as a ReadOnlyDatabase.
Package kv defines a bolt-db, key-value store implementation of the slasher database interface.
Package testing defines useful helper functions for unit tests with the slasher database.
Package types includes important database-related types for slasher-specific logic.

# Functions

NewDB initializes a new DB.

# Variables

DatabaseCommands for Prysm slasher.

# Type aliases

Database defines the necessary methods for the Slasher's DB which may be implemented by any key-value or relational database in practice.
FullAccessDatabase exposes Slasher's DB write and read functions for all slasher related buckets.
ReadOnlyDatabase exposes the Slasher's DB read only functions for all slasher related buckets.
WriteAccessDatabase exposes the Slasher's DB writing functions for all slasher related buckets.