pub type EpochMetricsPage = Page<EpochMetrics, BigInt<u64>>;Aliased Type§
struct EpochMetricsPage {
pub data: Vec<EpochMetrics>,
pub next_cursor: Option<BigInt<u64>>,
pub has_next_page: bool,
}Fields§
§data: Vec<EpochMetrics>§next_cursor: Option<BigInt<u64>>§has_next_page: bool