objectRef method
Add a new object input to the transaction using the fully-resolved object reference.
If you only have an object ID, use builder.object(id)
instead.
Implementation
Map<String, dynamic> objectRef(SuiObjectRef args) {
return object(Inputs.objectRef(args));
}