Modules§
Structs§
- DOFWrapper
- Rust version of the Move iota::dynamic_object_field::Wrapper type
- Dynamic
Field Info - Dynamic
Field Name - Field
- Rust version of the Move iota::dynamic_field::Field type
Enums§
Functions§
- derive_
dynamic_ field_ id - extract_
field_ from_ move_ struct - extract_
id_ value - get_
dynamic_ field_ from_ store - Similar to
get_dynamic_field_object_from_store
, but returns the value in the field instead of the Field object itself. - get_
dynamic_ field_ object_ from_ store - Given a parent object ID (e.g. a table), and a
key
, retrieve the corresponding dynamic field object from theobject_store
. The key typeK
must implementMoveTypeTagTrait
which has an associated function that returns the Move type tag. Note that this function returns the Field object itself, not the value in the field. - is_
dynamic_ object