prepare_tron_native_send
Construct an unsigned TRON native TRX send transaction via TronGrid, providing a preview and opaque handle for later signing and broadcasting using a Ledger device.
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"). |