prepare_tron_native_send
Creates an unsigned TRX send transaction, returns a preview and a handle for Ledger signing and broadcast.
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"). |