objectRef method
Adds an object input from a fully-resolved object reference (use object(id) for an ID).
Implementation
Map<String, dynamic> objectRef(SuiObjectRef args) {
return object(Inputs.objectRef(args));
}
Adds an object input from a fully-resolved object reference (use object(id) for an ID).
Map<String, dynamic> objectRef(SuiObjectRef args) {
return object(Inputs.objectRef(args));
}