prepare_tron_claim_rewards
Build an unsigned TRON WithdrawBalance transaction to claim accumulated voting rewards to the owner's balance. Use with get_tron_staking to verify claimable rewards and avoid empty transactions.
Instructions
Build an unsigned TRON WithdrawBalance transaction that claims accumulated voting rewards to the owner's balance. TRON enforces a 24-hour cooldown between claims — TronGrid will reject (surfaced as an error) if the previous claim was inside the window. Pair with get_tron_staking first to read claimableRewards and avoid empty-claim tx builds. Returns a preview + opaque handle; forward via send_transaction for USB-HID signing on the paired Ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Base58 TRON address to claim accumulated voting rewards for. TRON enforces a 24h cooldown between claims. |