sui_get_function
Retrieve the full signature of a Move function, including type parameters, argument types, return types, and visibility. Use this to prepare for transaction simulation or PTB construction.
Instructions
Get the signature of a specific Move entry/public function — type parameters, argument types, return types, visibility. Use this before calling sui_simulate_transaction or constructing a PTB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | ||
| module_name | Yes | ||
| function_name | Yes | ||
| network | No | Sui network. Defaults to the server's configured default. |