pub type EventPage = Page<SuiEvent, EventID>;Aliased Type§
pub struct EventPage {
pub data: Vec<SuiEvent>,
pub next_cursor: Option<EventID>,
pub has_next_page: bool,
}Fields§
§data: Vec<SuiEvent>§next_cursor: Option<EventID>§has_next_page: bool