ocr

package
v0.0.0-...-692deea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: MIT Imports: 2 Imported by: 0

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"`
}

func (*Common) Validate

func (o *Common) Validate() error

type Config

type Config struct {
	Soak   *SoakConfig `toml:"Soak"`
	Common *Common     `toml:"Common"`
}

func (*Config) Validate

func (o *Config) Validate() error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL