rustchain_transfer
Send RTC to another address by signing with the sender's private key, with an optional memo for the transfer.
Instructions
Transfer RTC to another address (requires private key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Optional memo for the transfer | |
| amount | Yes | Amount of RTC to transfer | |
| to_address | Yes | Recipient address (RTCxxxx... format) | |
| from_private_key | Yes | Sender's private key |