Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerPointsResponse

    interface GetIndexerPointsResponse {
        pointsPerEpoch: IndexerPointsEpoch[];
        allTimePoints: IndexerAllTimePoints;
    }
    Index

    Properties

    pointsPerEpoch: IndexerPointsEpoch[]
    allTimePoints: IndexerAllTimePoints