Properties of a SubtractTask.

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

Implemented by

Properties

aggregatorPubkey?: string

Specifies an aggregator to subtract by.

big?: string

A stringified big.js. Accepts variable expansion syntax.

job?: IOracleJob

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

scalar?: number

Specifies a scalar to subtract by.

Generated using TypeDoc