Properties of a GlyphTask.

interface IGlyphTask {
    poolAddress?: null | string;
    zeroForOne?: null | boolean;
}

Implemented by

Properties

poolAddress?: null | string

GlyphTask poolAddress

zeroForOne?: null | boolean

GlyphTask zeroForOne