Staking

interface IndexerServerStakingV2PoolSnapshot {
    timestamp: string;
    cumulative_staked: string;
    cumulative_unstaked: string;
    number_of_stakers: number;
}

Properties

timestamp: string
cumulative_staked: string
cumulative_unstaked: string
number_of_stakers: number