Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerNlpSnapshot

    interface IndexerNlpSnapshot {
        submissionIndex: string;
        timestamp: BigNumber;
        cumulativeVolume: BigNumber;
        cumulativeTrades: BigNumber;
        cumulativeMintAmountQuote: BigNumber;
        cumulativeBurnAmountQuote: BigNumber;
        cumulativePnl: BigNumber;
        tvl: BigNumber;
        oraclePrice: BigNumber;
        depositors: BigNumber;
    }
    Index

    Properties

    submissionIndex: string
    timestamp: BigNumber
    cumulativeVolume: BigNumber
    cumulativeTrades: BigNumber
    cumulativeMintAmountQuote: BigNumber
    cumulativeBurnAmountQuote: BigNumber
    cumulativePnl: BigNumber
    tvl: BigNumber
    oraclePrice: BigNumber
    depositors: BigNumber