Skip to content

Migrate from dev_inspect_transaction_block to IIP-0005 Move View Functions #158

@qrayven

Description

@qrayven

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Product Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions