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 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.
Click to show internal directories.
Click to hide internal directories.