CrossChainBalance query docs added and clarified
Nov 18, 2022
- CrossChainBalance query specification added — Added a new `CrossChainBalance` query specification for reporting cross-chain token balances as a Merkle root. The docs now explain the query format, required inputs, response shape, and how reporters should prepare the balance data.
Documentation
- Added a new `CrossChainBalance` reference page with an example query, sample output, and guidance for calculating the Merkle root used by reporters.
- Clarified the query inputs and updated the example to match the current format, including the shift to a timestamp-based lookup and the correct encoded query data.
- Updated the parameter details so the documentation shows the correct types and the full set of required values for `chainId`, `contractAddress`, and the time-based lookup.