Properties of a MeteoraSwapTask.

interface IMeteoraSwapTask {
    pool?: null | string;
    type?: null | Type;
}

Implemented by

Properties

Properties

pool?: null | string

The address of the pool.

type?: null | Type

The pool type.