Properties of a PowTask.

interface IPowTask {
    aggregatorPubkey?: string;
    big?: string;
    scalar?: number;
}

Implemented by

Properties

aggregatorPubkey?: string

Take the working value to the exponent of the aggregators value.

big?: string

A stringified big.js. Accepts variable expansion syntax.

scalar?: number

Take the working value to the exponent of value.

Generated using TypeDoc