ecash_send
Send ECASH to another address by specifying the recipient and amount. Requires ECASH_PRIVATE_KEY for transaction authentication.
Instructions
Send ECASH tokens to another address. Requires ECASH_PRIVATE_KEY environment variable to be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The recipient address | |
| amount | Yes | The amount of ECASH to send (e.g., "100" or "100.5") |