Skip to main content

Interface: MoveCallIotaTransaction

The transaction for calling a Move function, either an entry function or a public function (which cannot return references).

Properties

PropertyTypeDescription
arguments?IotaArgument[]The arguments to the function.
functionstringThe function to be called.
modulestringThe specific module in the package containing the function.
packagestringThe package containing the module and function.
type_arguments?string[]The type arguments to the function.