rustchain_transfer_signed
Transfer RTC tokens between blockchain wallets using Ed25519 signatures for secure transactions. Requires source/destination addresses, amount, signature, and public key.
Instructions
Transfer RTC tokens between wallets (requires Ed25519 signature).
Args: from_address: Source wallet address (RTC address) to_address: Destination wallet address amount_rtc: Amount to transfer in RTC signature: Ed25519 hex signature of the transaction public_key: Ed25519 hex public key of the sender memo: Optional memo/note for the transaction
Returns transfer result with transaction ID and new balance. Transfers require valid Ed25519 signatures for security.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_address | Yes | ||
| to_address | Yes | ||
| amount_rtc | Yes | ||
| signature | Yes | ||
| public_key | Yes | ||
| memo | No |