estimate-instantiate-fee
Calculate gas fees for deploying smart contracts on Osmosis by providing sender address, code ID, and initialization parameters.
Instructions
Estimates gas fees for contract instantiation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | The sender's Osmosis address | |
| codeId | Yes | The code ID to instantiate | |
| initMsg | Yes | The instantiation message | |
| funds | No | Optional funds to send |