Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerPointsEpoch

    interface IndexerServerPointsEpoch {
        epoch: number;
        description: string;
        start_time: string;
        end_time: string;
        total_points: string;
        points: string;
        rank: number;
        tier: number;
    }
    Index

    Properties

    epoch: number
    description: string
    start_time: string
    end_time: string
    total_points: string
    points: string
    rank: number
    tier: number