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