Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderPool ¶
type BuilderPool struct { Data struct { Builders []Builder `json:"builders"` } `json:"data"` }
type ReporterPool ¶
type ReporterPool struct { Data struct { Reporters []Reporter `json:"reporters"` } `json:"data"` }
type ValidatorPool ¶
type ValidatorPool struct { Data struct { Validators []Validator `json:"proposers"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.