What’s the best way to query all contracts deployed by a certain account?
What’s the best way to get all AssetIds a user owns by a given contract?
Thank you
What’s the best way to query all contracts deployed by a certain account?
What’s the best way to get all AssetIds a user owns by a given contract?
Thank you
One of the ways to query the data is using our Graphql API and another way is you can use our indexers
Could you help me understand how?
Like I see how I can get which contracts a user has deployed by using the transactionsByOwner and search for ContractCreated output
Example:
thx!