Properties of a SanctumLstPriceTask.

interface ISanctumLstPriceTask {
    lstMint?: null | string;
    skipEpochCheck?: null | boolean;
}

Implemented by

Properties

lstMint?: null | string

The address of the LST mint.

e.g. INF - 5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm

skipEpochCheck?: null | boolean

Allow the check to see if the LST was cranked for the current epoch to be skipped.