sui_simulate_transaction
Dry-run a Sui transaction without state changes or fees to verify success and estimate gas. Accepts BCS-encoded transaction bytes in base64.
Instructions
Dry-run a transaction. Always safe — no state changes, no fees. Returns effects, command outputs, and a suggested_gas_price. Use this before any real execution to check that the tx will succeed and to size gas. Accepts BCS-encoded transaction bytes (base64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_bcs_b64 | Yes | Base64-encoded BCS bytes of the unsigned TransactionData. The tool decodes the base64 internally. | |
| network | No | Sui network. Defaults to the server's configured default. |