//
pkg.gl
Category
github.com/prysmaticlabs/go-ethereum
slasher
db
kv
package
0.3.10
Repository:
https://github.com/prysmaticlabs/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
20
Dependents
0
Files
1.1k SLOC
#
Functions
NewKVStore
NewKVStore initializes a new boltDB key-value store at the directory path specified, creates the kv-buckets based on the schema, and stores an open connection db object as a property of the Store struct.
#
Structs
Config
Config options for the slasher db.
Store
Store defines an implementation of the slasher Database interface using BoltDB as the underlying persistent kv-store for eth2.