feat: Create `rememberRPCClient`
Simplifies the usage of all other `remember` functions.
Additionally, it's now easier to obtain an `rpc` instance for direct
RPC requests.
Eventually, there might even be the option of supplying the
same RPC instance to all callers, enabling request
batching/pooling, etc.