Properties of a PumpAmmLpTokenPriceTask.

interface IPumpAmmLpTokenPriceTask {
    poolAddress?: null | string;
    xPriceJob?: null | IOracleJob;
    yPriceJob?: null | IOracleJob;
}

Implemented by

Properties

poolAddress?: null | string

Required. The address of the liquidity pool in the Pump AMM.

xPriceJob?: null | IOracleJob

Required. The job to execute to fetch the price of the pool x token

yPriceJob?: null | IOracleJob

Required. The job to execute