get_claimable_rewards
Retrieve unclaimed JustLend V1 airdrop rewards for a TRON address, including merkle proofs per round for on-chain multiClaim.
Instructions
Scan all JustLend V1 merkle airdrop distributors for a user's unclaimed rewards. Returns a map keyed by round; each entry includes the merkleIndex, index, amount(s), token symbol/address, and proof. Feed any returned key into claim_v1_mining_period to submit the on-chain multiClaim. Mainnet-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | TRON address. Default: configured wallet | |
| network | No | Must be 'mainnet'. Default: mainnet |