Properties of a ValueTask.

interface IValueTask {
    aggregatorPubkey?: string;
    big?: string;
    hex?: string;
    utf8?: string;
    value?: number;
}

Implemented by

Properties

aggregatorPubkey?: string

Specifies an aggregatorr to pull the value of.

big?: string

A stringified big.js. Accepts variable expansion syntax.

hex?: string

A stringified hex number (0x prefix is optional).

utf8?: string

A utf8 string.

value?: number

The value that will be returned from this task.

Generated using TypeDoc