Type Alias sui_json_rpc_types::EpochPage

source ·
pub type EpochPage = Page<EpochInfo, BigInt<u64>>;

Aliased Type§

struct EpochPage {
    pub data: Vec<EpochInfo>,
    pub next_cursor: Option<BigInt<u64>>,
    pub has_next_page: bool,
}

Fields§

§data: Vec<EpochInfo>§next_cursor: Option<BigInt<u64>>§has_next_page: bool