mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-31 23:41:22 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
package sanity
|
|
|
|
// SanityConfig --
|
|
type SanityConfig struct {
|
|
BlocksCount int `json:"blocks_count"`
|
|
}
|