Properties of a BitFluxTask.

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

Implemented by

Properties

inToken?: string

The address of the input token.

outToken?: string

The address of the output token.

poolAddress?: string

The address of the BitFlux pool.

provider?: string

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