Question from Discord:
Is it possible to listen into object changes? I can see it possible to do it for transactions but cant find it for objects
Question from Discord:
Is it possible to listen into object changes? I can see it possible to do it for transactions but cant find it for objects
Transactions contain object changes so you could filter based on them, yes. In TS this is possible by adding the showObjectChanges
option.