Variable GET_OBJECT_BY_ADDRESSConst
GET_OBJECT_BY_ADDRESS: "\n query GetObjectByAddress($address: SuiAddress!) {\n object(address: $address) {\n address\n version\n digest\n asMoveObject {\n contents {\n type {\n repr\n }\n bcs\n }\n }\n }\n }\n" = ...
Query for fetching a specific object by address with BCS-encoded contents Use this for low-level object access with raw BCS data