objectRef method

Map<String, dynamic> objectRef(
  1. SuiObjectRef args
)

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));
}