config

package
v2.14.0-beta0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JuelsPerFeeCoinCache added in v2.11.0

type JuelsPerFeeCoinCache struct {
	Disable                 bool            `json:"disable"`
	UpdateInterval          models.Interval `json:"updateInterval"`
	StalenessAlertThreshold models.Interval `json:"stalenessAlertThreshold"`
}

type PluginConfig

type PluginConfig struct {
	GasPriceSubunitsPipeline string `json:"gasPriceSubunitsSource"`
	JuelsPerFeeCoinPipeline  string `json:"juelsPerFeeCoinSource"`
	// JuelsPerFeeCoinCache is disabled when nil
	JuelsPerFeeCoinCache *JuelsPerFeeCoinCache `json:"juelsPerFeeCoinCache"`
}

The PluginConfig struct contains the custom arguments needed for the Median plugin. To avoid a catastrophic libocr codec error, you must make sure that either all nodes in the same DON (1) have no GasPriceSubunitsPipeline or all nodes in the same DON (2) have a GasPriceSubunitsPipeline

func (*PluginConfig) HasGasPriceSubunitsPipeline added in v2.13.0

func (config *PluginConfig) HasGasPriceSubunitsPipeline() bool

func (*PluginConfig) ValidatePluginConfig added in v2.13.0

func (config *PluginConfig) ValidatePluginConfig() error

ValidatePluginConfig validates the arguments for the Median plugin.

Jump to

Keyboard shortcuts

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