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