Properties of an AddTask.

interface IAddTask {
    aggregatorPubkey?: string;
    big?: string;
    job?: IOracleJob;
    scalar?: number;
}

Implemented by

Properties

aggregatorPubkey?: string

Specifies an aggregator to add by.

big?: string

A stringified big.js. Accepts variable expansion syntax.

job?: IOracleJob

A job whose result is computed before adding our numerical input by that result.

scalar?: number

Specifies a scalar to add by.

Generated using TypeDoc