check_amendment_blocked
Checks if the Xahau RPC node is amendment blocked due to an outdated build version, preventing validation, submission, and voting.
Instructions
Report whether the configured RPC node for this network is AMENDMENT BLOCKED (running xahaud too old to understand an enabled amendment — can't validate, submit, or vote), plus its build version and validated ledger. Reads server_info. Checks the network's fixed endpoint (no arbitrary-URL input, by design). 1 RPC read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | mainnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| error | No | ||
| remedy | No | ||
| network | No | ||
| summary | No | ||
| networkId | No | ||
| buildVersion | No | ||
| validatedLedger | No | ||
| amendmentBlocked | No |