prepare-execute-contract
Prepare and execute smart contract transactions on the Osmosis blockchain by specifying sender address, contract details, and execution message.
Instructions
Prepares a transaction to execute a contract
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | The sender's Osmosis address | |
| contractAddress | Yes | The contract address to execute | |
| executeMsg | Yes | The execution message as a JSON object | |
| funds | No | Optional funds to send with execution |