I hound some tutorial how to deploy and use predicate in ts docs - link
In this tutorial public keys are hardcoded and then predicate was builded, is there any way to build it with external variable and passing those variables when new Predicate instance is created?
The TypeScript SDK can certainly pass in a parameter of a Public Key at call time, but that would result in a security issue as anyone could pass in their desired public key.
I appreciate this is not suitable for the desired use case, but I just also want to share this link to the TS documentation, demonstrating how arguments are passed to a predicate, for those that end up at this post for that reason.