intentWithdrawFromSlow
Withdraw unlocked tokens from the SLOW contract to a specified recipient address. Specify chain ID, sender, receiver, token ID, and amount to execute the withdrawal.
Instructions
Withdraw unlocked tokens from SLOW contract
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount to withdraw | |
| chainId | Yes | The chainId to execute the intent on. | |
| from | Yes | The address to withdraw from | |
| id | Yes | The token ID to withdraw | |
| to | Yes | The recipient address |