object



fun object(objectArg: ObjectArg): Argument

Adds a Sui object as an input. All object inputs are treated as unique inputs, but using the same key means they will overwrite each other.

Return

An Argument.Input referencing the new object input.

Parameters

objectArg

The ObjectArg representing a Sui object.