Properties of an EwmaTask.

interface IEwmaTask {
    aggregatorAddress?: string;
    lambda?: number;
    period?: number;
}

Implemented by

Properties

aggregatorAddress?: string

EwmaTask aggregatorAddress

lambda?: number

EwmaTask lambda

period?: number

EwmaTask period

Generated using TypeDoc