mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
5 lines
258 B
Go
5 lines
258 B
Go
|
// Package store implements the store object defined in the phase0 fork choice spec.
|
||
|
// It serves as a helpful middleware layer in between blockchain pkg and fork choice protoarray pkg.
|
||
|
// All the getters and setters are concurrent thread safe
|
||
|
package store
|