@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Variable GET_OBJECT_WITH_DYNAMIC_FIELDSConst

    GET_OBJECT_WITH_DYNAMIC_FIELDS: "\n query GetObjectWithDynamicFields($objectId: SuiAddress!) {\n object(address: $objectId) {\n asMoveObject {\n contents {\n json\n }\n dynamicFields {\n nodes {\n contents {\n json\n type {\n layout\n }\n }\n name {\n json\n type {\n repr\n }\n }\n }\n }\n }\n }\n }\n" = ...

    Query for fetching a specific assembly by ID with JSON-decoded contents Retrieves the assembly contents and dynamic fields from the EVE Frontier world package Use this for higher-level object access with parsed JSON data