Type Alias iota_json_rpc_types::QueryObjectsPage

source ·
pub type QueryObjectsPage = Page<IotaObjectResponse, CheckpointedObjectID>;

Aliased Type§

struct QueryObjectsPage {
    pub data: Vec<IotaObjectResponse>,
    pub next_cursor: Option<CheckpointedObjectID>,
    pub has_next_page: bool,
}

Fields§

§data: Vec<IotaObjectResponse>§next_cursor: Option<CheckpointedObjectID>§has_next_page: bool