pub type ObjectsPage = Page<IotaObjectResponse, ObjectID>;Aliased Type§
pub struct ObjectsPage {
pub data: Vec<IotaObjectResponse>,
pub next_cursor: Option<ObjectId>,
pub has_next_page: bool,
}Fields§
§data: Vec<IotaObjectResponse>§next_cursor: Option<ObjectId>§has_next_page: bool