Properties of a HistoryFunctionTask.

interface IHistoryFunctionTask {
    aggregatorAddress?: string;
    method?: OracleJob.HistoryFunctionTask.Method;
    period?: number;
}

Implemented by

Properties

aggregatorAddress?: string

HistoryFunctionTask aggregatorAddress

HistoryFunctionTask method

period?: number

HistoryFunctionTask period

Generated using TypeDoc