testconfig

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	General           *General                             `toml:"General"`
	ExistingEnvConfig *ExistingEnvConfig                   `toml:"ExistingEnv"`
	Performance       *vrf_common_config.PerformanceConfig `toml:"Performance"`
}

func (*Config) Validate

func (c *Config) Validate() error

type ExistingEnvConfig

type ExistingEnvConfig struct {
	*vrf_common_config.ExistingEnvConfig
	SubID *uint64 `toml:"sub_id"`
}

func (*ExistingEnvConfig) Validate

func (c *ExistingEnvConfig) Validate() error

type General

type General struct {
	*vrf_common_config.General
	FulfillmentFlatFeeLinkPPMTier1 *uint32 `toml:"fulfilment_flat_fee_link_ppm_tier_1"`
	FulfillmentFlatFeeLinkPPMTier2 *uint32 `toml:"fulfilment_flat_fee_link_ppm_tier_2"`
	FulfillmentFlatFeeLinkPPMTier3 *uint32 `toml:"fulfilment_flat_fee_link_ppm_tier_3"`
	FulfillmentFlatFeeLinkPPMTier4 *uint32 `toml:"fulfilment_flat_fee_link_ppm_tier_4"`
	FulfillmentFlatFeeLinkPPMTier5 *uint32 `toml:"fulfilment_flat_fee_link_ppm_tier_5"`
	ReqsForTier2                   *int64  `toml:"reqs_for_tier_2"`
	ReqsForTier3                   *int64  `toml:"reqs_for_tier_3"`
	ReqsForTier4                   *int64  `toml:"reqs_for_tier_4"`
	ReqsForTier5                   *int64  `toml:"reqs_for_tier_5"`
	CoordinatorGasOverhead         *uint32 `toml:"coordinator_gas_overhead"`
	WrapperPremiumPercentage       *uint8  `toml:"wrapper_premium_percentage"`
}

func (*General) Validate

func (c *General) Validate() error

Jump to

Keyboard shortcuts

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