Type Alias sui_json_rpc_types::EventPage

source ·
pub type EventPage = Page<SuiEvent, EventID>;

Aliased Type§

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