Properties of a LstHistoricalYieldTask.

interface ILstHistoricalYieldTask {
    epochs?: number;
    lstMint?: string;
    operation?: OracleJob.LstHistoricalYieldTask.Operation;
}

Implemented by

Properties

epochs?: number

Optional. The number of epochs to sample for the computation.

  • If epochs = 0, all available historical data will be used.
  • If epochs > 0, only the last epochs entries will be included.
lstMint?: string

Required. The LST mint address for which historical yield data is queried.

Required. The statistical operation to apply to the historical yield dataset.