prepare_tron_claim_rewards
Claim accumulated TRON voting rewards by building an unsigned transaction for Ledger signing. Check claimable rewards first to avoid empty claims and respect the 24-hour cooldown period.
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. |