intentApprove
Create an intent to approve token spending for a specified spender and amount on Ethereum-based networks.
Instructions
Creates an intent to approve token spending
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The token address | |
| amount | Yes | The amount to approve | |
| spender | Yes | The spender address to approve | |
| chainId | No | Optional specific chain to use |