-
When using RPC as a data source, can I use both It's generally not clear to me when I should use |
Beta Was this translation helpful? Give feedback.
Answered by
DZakh
Jul 17, 2025
Replies: 1 comment
-
I recommend using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PaulRBerg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rpc
is a new thing we just didn't document properly :)I recommend using
rpc
overrpc_config
since it's a superset of therpc_config
, which should be deprecated in the future.