Properties of a BitFluxTask.

interface IBitFluxTask {
    inToken?: null | string;
    outToken?: null | string;
    poolAddress?: null | string;
    provider?: null | string;
}

Implemented by

Properties

inToken?: null | string

The address of the input token.

outToken?: null | string

The address of the output token.

poolAddress?: null | string

The address of the BitFlux pool.

provider?: null | string

Optional. The RPC endpoint to use for requests. If not specified, a default RPC will be used.