Description
Enhance the AccountInfoQuery response to include: - liveHashes -
tokenRelationships
Motivation
Providing these fields directly in the query response improves
visibility into account state and reduces the need for additional
queries.
Proposed Changes
- Extend response model to include
liveHashes
- Extend response model to include
tokenRelationships
- Ensure backward compatibility
Acceptance Criteria
- Fields are correctly populated when available
- Serialization/deserialization is supported
- Documentation updated accordingly