Migrating to the New RPC API Without Boilerplate for Each Method
I'm attempting to migrate to the new RPC api. I currently have an "unsafeCallRpc" function that takes a TaggedRequest and calls that RPC as a promise for interop with non-effect code. I'm struggling to see how I can do that with the new API since we no longer construct individual requests but now have methods on the client (RpcGroup). Any suggestions on how best to do this without having to boilerplate an