Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePluginConfig ¶
func ValidatePluginConfig(config PluginConfig) error
Types ¶
type PluginConfig ¶
type PluginConfig struct { MinIncomingConfirmations uint32 `json:"minIncomingConfirmations"` MaxRequestsPerOCRRound uint32 `json:"maxRequestsPerOCRRound"` RequestE2eTimeoutMillis uint32 `json:"requestE2eTimeoutMillis"` }
The PluginConfig struct contains the custom arguments needed for the Median plugin.
Click to show internal directories.
Click to hide internal directories.