Interface: MoveCallIotaTransaction
The transaction for calling a Move function, either an entry function or a public function (which cannot return references).
Properties
| Property | Type | Description |
|---|---|---|
arguments? | IotaArgument[] | The arguments to the function. |
function | string | The function to be called. |
module | string | The specific module in the package containing the function. |
package | string | The package containing the module and function. |
type_arguments? | string[] | The type arguments to the function. |