Type Alias iota_json_rpc_types::EventPage

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

Aliased Type§

struct EventPage {
    pub data: Vec<IotaEvent>,
    pub next_cursor: Option<EventID>,
    pub has_next_page: bool,
}

Fields§

§data: Vec<IotaEvent>§next_cursor: Option<EventID>§has_next_page: bool