Type Alias: CCIPAPIClientContext
CCIPAPIClientContext =
WithLogger& {fetch?: typeoffetch;timeoutMs?:number; }
Defined in: api/index.ts:47
Context for CCIPAPIClient initialization.
Type Declaration
fetch?
optionalfetch: typeoffetch
Custom fetch function (defaults to globalThis.fetch)
timeoutMs?
optionaltimeoutMs:number
Request timeout in milliseconds (defaults to 30000ms)