interface OwnedObjectRef {
    owner: ObjectOwner;
    reference: SuiObjectRef;
}

Properties

Properties

reference: SuiObjectRef