Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderInterface ¶
type BuilderPool ¶
type BuilderPool struct { Data struct { Builders []Builder `json:"builders"` } `json:"data"` }
type BuilderStake ¶
type BuilderStake struct { Data struct { GlobalValue struct { BalanceRequired string `json:"builderMinimumStake"` } `json:"globalValue"` } `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.