Properties of a LstHistoricalYieldTask.

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

Implemented by

Properties

epochs?: null | 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?: null | string

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

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