Properties of a MultiplyTask.

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

Implemented by

Properties

aggregatorPubkey?: string

Specifies an aggregator to multiply by.

big?: string

A stringified big.js. Accepts variable expansion syntax.

job?: IOracleJob

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

scalar?: number

Specifies a scalar to multiply by.

Generated using TypeDoc