rustchain_transfer_signed
Transfer RTC tokens between wallets using an Ed25519 signed transaction. Requires source and destination addresses, amount, and cryptographic signature.
Instructions
Transfer RTC tokens between wallets (requires Ed25519 signature).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_address | Yes | Source wallet address (RTC address) | |
| to_address | Yes | Destination wallet address | |
| amount_rtc | Yes | Amount to transfer in RTC | |
| signature | Yes | Ed25519 hex signature of the transaction | |
| public_key | Yes | Ed25519 hex public key of the sender | |
| memo | No | Optional memo/note for the transaction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||