Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerPointsResponse

    interface IndexerServerPointsResponse {
        points_per_epoch: IndexerServerPointsEpoch[];
        all_time_points: IndexerServerAllTimePoints;
    }
    Index

    Properties

    points_per_epoch: IndexerServerPointsEpoch[]