When to use rpc_call
rpc_call is the escape hatch for methods that do not have a typed Determica function.
- Prefer typed functions such as get_block, get_logs, or read_contract when you want validated inputs and typed SQL results.
- Pass params as a JSON array in the exact order required by the RPC method.
- The response envelope is not returned; provider and transport errors become SQL errors.