prepare-mint-token-factory-tokens
Create a transaction to mint new tokens on the Osmosis blockchain using token factory denominations, specifying sender, recipient, and amount.
Instructions
Prepares a transaction to mint new tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | The sender's address (must be the token creator) | |
| denom | Yes | The token factory denomination to mint | |
| amount | Yes | Amount of tokens to mint | |
| mintTo | Yes | Address to mint tokens to |