move_call
Execute a Move function call on Sui by specifying target (package::module::function), arguments, and type arguments. Requires a wallet for signing.
Instructions
Execute a Move function call. Arguments are passed as an array of strings/numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Wallet name for signing | |
| target | Yes | Move call target: package::module::function | |
| arguments | No | Function arguments | |
| typeArguments | No | Type arguments for generic functions |