mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
6 lines
108 B
Go
6 lines
108 B
Go
package db
|
|
|
|
import "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv"
|
|
|
|
var _ Database = (*kv.Store)(nil)
|