Module owned_objects

Module owned_objects 

Source
Expand description

High-level API for listing owned objects.

§Available Read Mask Fields

Object fields mirror those of GetObjects:

  • reference - the object reference (includes sub-fields below)
    • reference.object_id - the object ID
    • reference.version - the object version
    • reference.digest - the object digest
  • object_type - the Move type of the object
  • owner - the object owner
  • bcs - the full BCS-encoded object

Structs§

ListOwnedObjectsQuery
Builder for listing objects owned by an address.