interface IndexerVlpSnapshot {
    submissionIndex: string;
    timestamp: BigNumber;
    cumulativeVolume: BigNumber;
    cumulativeTrades: BigNumber;
    cumulativeMintAmountUsdc: BigNumber;
    cumulativeBurnAmountUsdc: BigNumber;
    cumulativePnl: BigNumber;
    tvl: BigNumber;
    oraclePrice: BigNumber;
    depositors: BigNumber;
}

Properties

submissionIndex: string
timestamp: BigNumber
cumulativeVolume: BigNumber
cumulativeTrades: BigNumber
cumulativeMintAmountUsdc: BigNumber
cumulativeBurnAmountUsdc: BigNumber
cumulativePnl: BigNumber
tvl: BigNumber
oraclePrice: BigNumber
depositors: BigNumber