get_claimable_rewards
Scan JustLend V1 merkle airdrop distributors to retrieve a user's unclaimed rewards with details for each round, enabling subsequent on-chain claims.
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 |