Publication
Partagez vos connaissances.
Caplec104
Mar 21, 2025
Questions et Réponses avec des Experts
Fetching shared objects by type using TypeScript SDK?
I was trying to fetch all shared objects of a specific type using the TypeScript SDK, but I'm not sure how to do this. Is there an existing method to achieve this, or do I need to look into other options?
- Move CLI
1
1
Partager
Commentaires
Réponses
1Mar 21 2025, 17:49
Il n'existe actuellement aucun moyen direct d'obtenir tous les objets partagés d'un type spécifique à partir du SDK TypeScript. Cependant, vous pouvez utiliser GraphQL pour y parvenir. Essayez d'utiliser un filtre comme dans cet exemple : https://github.com/MystenLabs/sui/blob/main/crates/sui-graphql-rpc/examples/object_connection/filter_on_type.graphql.
0
Commentaires
Connaissez-vous la réponse ?
Veuillez vous connecter et la partager.