Client
Reference functions grouped under Client, with signatures, examples, and metadata generated from the Determica catalog.
- http_transport Creates a TRANSPORT JSON blob backed by the HTTP client, carrying base timeouts and headers. Use http_transport when you need HTTP-specific options such as timeout, retry count, rate limits, concurrency, SSL verification, or get_logs pagination limits.Scalar
- rpc_call Issues a JSON-RPC request using the provided transport configuration and returns the raw result.Scalar
- transport Builds a minimal TRANSPORT JSON payload suitable for RPC helpers, normalizing the URL and attaching metadata. Use http_transport instead when you need HTTP-specific options such as timeouts, retries, rate limits, concurrency, SSL verification, or get_logs pagination limits.Scalar