Properties of a PythConfigs.

interface IPythConfigs {
    hermesUrl?: null | string;
    maxStaleSeconds?: null | number;
    pythAllowedConfidenceInterval?: null | number;
}

Implemented by

Properties

hermesUrl?: null | string

PythConfigs hermesUrl

maxStaleSeconds?: null | number

PythConfigs maxStaleSeconds

pythAllowedConfidenceInterval?: null | number

PythConfigs pythAllowedConfidenceInterval