How can I create bin of predicate to use it in TS SDK?

As @danielbate said, you can use the generated factory class for your Predicate (if you’re using Typegen), or you can also do it manually, as described here:

3 Likes