interface IndexerServerFoundationTokenIncentivesSnapshot {
    timestamp: string;
    cumulative_foundation_token_incentives: string;
    foundation_token_oracle_price: string;
    foundation_token_product_id: number;
}

Properties

timestamp: string
cumulative_foundation_token_incentives: string
foundation_token_oracle_price: string
foundation_token_product_id: number