Properties of a XStepPriceTask.

interface IXStepPriceTask {
    stepAggregatorPubkey?: string;
    stepJob?: IMedianTask;
}

Implemented by

Properties

stepAggregatorPubkey?: string

existing aggregator pubkey for STEP/USD

stepJob?: IMedianTask

median task containing the job definitions to fetch the STEP/USD price

Generated using TypeDoc