interface AprDataPoint {
    cesr: number;
    external: ValidatorGroupApr;
    pierTwo: ValidatorGroupApr;
    timestamp: number;
}

Properties

cesr: number

CESR APR as decimal (network benchmark, e.g. 0.028 = 2.8%)

Example

0.022

APR data for External validators

APR data for PierTwo validators

timestamp: number

Timestamp for this data point (Unix timestamp in seconds)

Example

1694736000