Type Alias iota_json_rpc_types::DynamicFieldPage
source · pub type DynamicFieldPage = Page<DynamicFieldInfo, ObjectID>;
Aliased Type§
struct DynamicFieldPage {
pub data: Vec<DynamicFieldInfo>,
pub next_cursor: Option<ObjectID>,
pub has_next_page: bool,
}
Fields§
§data: Vec<DynamicFieldInfo>
§next_cursor: Option<ObjectID>
§has_next_page: bool