sui_get_package
Retrieve a Move package's modules, ABI, dependencies, and bytecode pointer by its ID. Answers 'what does this contract expose?'.
Instructions
Get a Move package by id — its modules, ABI, dependencies, and on-chain bytecode pointer. The starting point for any 'what does this contract expose?' question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | 0x-prefixed package object id. | |
| network | No | Sui network. Defaults to the server's configured default. |