prepare_tron_native_send
Prepare unsigned TRON TRX transfer transactions for Ledger hardware wallet signing. Generates transaction preview via TronGrid before forwarding to connected device for secure approval.
Instructions
Build an unsigned TRON native TRX send transaction via TronGrid's /wallet/createtransaction. Returns a human-readable preview + opaque handle. Forward the handle via send_transaction to sign on the directly-connected Ledger (USB HID via @ledgerhq/hw-app-trx) and broadcast to TronGrid. Run pair_ledger_tron once per session first so the TRON app is open and the device address is verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Base58 TRON sender address (prefix T). | |
| to | Yes | Base58 TRON recipient address (prefix T). | |
| amount | Yes | TRX amount as a human-readable decimal string (e.g. "12.5"). |