MoveCallIotaTransaction
@iota/iota-sdk / client / MoveCallIotaTransaction
Interface: MoveCallIotaTransaction
Defined in: sdk/typescript/src/client/types/generated.ts:752
The transaction for calling a Move function, either an entry function or a public function (which cannot return references).
Properties
arguments?
optionalarguments?:IotaArgument[]
Defined in: sdk/typescript/src/client/types/generated.ts:754
The arguments to the function.
function
function:
string
Defined in: sdk/typescript/src/client/types/generated.ts:756
The function to be called.
module
module:
string
Defined in: sdk/typescript/src/client/types/generated.ts:758
The specific module in the package containing the function.
package
package:
string
Defined in: sdk/typescript/src/client/types/generated.ts:760
The package containing the module and function.
type_arguments?
optionaltype_arguments?:string[]
Defined in: sdk/typescript/src/client/types/generated.ts:762
The type arguments to the function.