Type Alias iota_json_rpc_types::ObjectsPage

source ·
pub type ObjectsPage = Page<IotaObjectResponse, ObjectID>;

Aliased Type§

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