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