reward_status
Check Xahau account reward opt-in status, view accrued XAH with exact formula, next claim time, and overdue status. Returns unsigned ClaimReward transaction when applicable.
Instructions
Balance Adjustment doctor — the full answer to Xahau's most common retail question: is this account opted in to network rewards, how much XAH is accrued (EXACT genesis reward-hook formula — reward.c — with live RR/RD read from genesis hook state), when can it next claim, and is the claim overdue (late claiming forfeits yield — the hook pays the per-claim rate once regardless of wait). Returns an unsigned opt-in or claim ClaimReward when applicable. Read-only; 3 serial RPC reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | r-address | |
| network | No | mainnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| notes | No | ||
| fields | No | ||
| params | No | ||
| accrual | No | ||
| address | No | ||
| network | No | ||
| optedIn | No | ||
| summary | No | ||
| warnings | No | ||
| balanceXah | No | ||
| unsignedTx | No | ||
| eligibility | No | ||
| unsignedTxPurpose | No |