Skip to main content

MoveCallIotaTransaction

@iota/iota-sdk


@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?

optional arguments?: 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?

optional type_arguments?: string[]

Defined in: sdk/typescript/src/client/types/generated.ts:762

The type arguments to the function.