QVAC Logo

Shared types

Shared type definitions used across SDK functions.

RPCOptions

Many functions accept an optional rpcOptions parameter for transport-level configuration:

FieldTypeRequired?DefaultDescription
timeoutnumberRequest timeout in milliseconds (min 100)
forceNewConnectionbooleanfalseForce a new RPC connection instead of reusing an existing one
profilingPerCallProfilingPer-call profiling configuration

PerCallProfiling

FieldTypeRequired?Description
enabledbooleanEnable profiling for this call
includeServerBreakdownbooleanInclude server-side timing breakdown in profiling data
mode"summary" | "verbose"Profiling detail level

On this page