github.com/prysmaticlabs/prysm@v1.4.4/validator/db/alias.go (about) 1 package db 2 3 import "github.com/prysmaticlabs/prysm/validator/db/iface" 4 5 // Database defines the necessary methods for Prysm's validator client backend which may be implemented by any 6 // key-value or relational database in practice. This is the full database interface which should 7 // not be used often. Prefer a more restrictive interface in this package. 8 type Database = iface.ValidatorDB