@cfxdevkit/defillama - v--check
    Preparing search index...

    Interface ChainTVLDataPoint

    Chain TVL data point with numeric date

    interface ChainTVLDataPoint {
        date: number;
        tvl: number;
    }
    Index

    Properties

    Properties

    date: number
    tvl: number