unwrapped property

List<OwnedObjectRef>? unwrapped
getter/setter pair

ObjectRef and owner of objects that are unwrapped in this transaction. Unwrapped objects are objects that were wrapped into other objects in the past, and just got extracted out.

Implementation

List<OwnedObjectRef>? unwrapped;