1 Reply
Let me dig into the internals,
You can use
ActorConn type that’s exported from @rivetkit/core/client.
this type is a generic type, so you can pass as a first parameter a type of the desired actor. Let me know if you need help with that