Properties of a MeteoraSwapTask.

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

Implemented by

Properties

Properties

pool?: string

The address of the pool.

type?: Type

The pool type.

Generated using TypeDoc