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