Description
Background
Currently, the Hierarchies SDK uses dev_inspect_transaction_block to execute read-only queries against on-chain Move functions. This approach requires significant boilerplate code including manual transaction building, BCS deserialization, and complex error handling.
IIP-0005 introduces a standardized Move View Functions interface via the iota_view JSON-RPC method, which is specifically designed to simplify read-only queries to on-chain state.