Module iota_types::dynamic_field
source · Structs§
- Rust version of the Move iota::dynamic_object_field::Wrapper type
- Rust version of the Move iota::dynamic_field::Field type
Enums§
Functions§
- Similar to
get_dynamic_field_object_from_store
, but returns the value in the field instead of the Field object itself. - 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.