Properties of a PowTask.

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

Implemented by

Properties

aggregatorPubkey?: null | string

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

big?: null | string

A stringified big.js. Accepts variable expansion syntax.

scalar?: null | number

Take the working value to the exponent of value.