Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Common ¶
type Common struct {
ETHFunds *int `toml:"eth_funds"`
TestDuration *blockchain.StrDuration `toml:"test_duration"`
}
type Config ¶
type Config struct {
Soak *SoakConfig `toml:"Soak"`
Common *Common `toml:"Common"`
}
type SoakConfig ¶
type SoakConfig struct {
OCRVersion *string `toml:"ocr_version"`
NumberOfContracts *int `toml:"number_of_contracts"`
TimeBetweenRounds *blockchain.StrDuration `toml:"time_between_rounds"`
}
func (*SoakConfig) Validate ¶
func (o *SoakConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.