sui_move_publish_unsigned
Generate unsigned transaction bytes for publishing a Move package, enabling signing and subsequent execution with a wallet.
Instructions
Generate unsigned transaction bytes for publishing a Move package (use with sui_wallet_sign_execute)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gasBudget | No | Gas budget in MIST (default 0.1 SUI) | |
| packagePath | Yes | Path to the Move package |