Variable GET_OWNED_OBJECTS_BY_TYPEConst
GET_OWNED_OBJECTS_BY_TYPE: "\n query GetOwnedObjectsByType($owner: SuiAddress!, $object_type: String) {\n address(address: $owner) {\n objects(\n filter: {\n type: $object_type\n }\n ) {\n nodes {\n address\n }\n }\n }\n }\n" = ...
Query to get all objects of a specific type owned by an address Returns object addresses only (lightweight)