mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
package sanity
|
|
|
|
// SanityConfig --
|
|
type SanityConfig struct {
|
|
BlocksCount int `json:"blocks_count"`
|
|
}
|