Properties of an AftermathTask.

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

Implemented by

Properties

inAmount?: number

AftermathTask inAmount

inCoinType?: string

AftermathTask inCoinType

outCoinType?: string

AftermathTask outCoinType

poolAddress?: string

AftermathTask poolAddress