Skip to main content

MoveCallCommand

No description

type MoveCallCommand {
arguments: [TransactionArgument!]!
functionName: String
module: String
package: SuiAddress
}

Fields

MoveCallCommand.arguments ● [TransactionArgument!]! non-null union

The actual function parameters passed in for this move call.

MoveCallCommand.functionName ● String scalar

The name of the function being called.

MoveCallCommand.module ● String scalar

The name of the module the function being called is defined in.

MoveCallCommand.package ● SuiAddress scalar

The storage ID of the package the function being called is defined in.

Implemented By

Command union