Properties of an AftermathTask.

interface IAftermathTask {
    inAmount?: null | number;
    inCoinType?: null | string;
    outCoinType?: null | string;
    poolAddress?: null | string;
}

Implemented by

Properties

inAmount?: null | number

AftermathTask inAmount

inCoinType?: null | string

AftermathTask inCoinType

outCoinType?: null | string

AftermathTask outCoinType

poolAddress?: null | string

AftermathTask poolAddress