live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/stamp-ots


@orangecheck/stamp-ots / HttpCalendarOptions

Interface: HttpCalendarOptions

Defined in: calendar.ts:20

Properties

PropertyTypeDescriptionDefined in
<a id="property-fetch"></a> fetch?&#123; (input: RequestInfo | URL, init?: RequestInit): Promise&lt;Response>; (input: string | Request | URL, init?: RequestInit): Promise&lt;Response>; &#125;Custom fetch implementation. Defaults to global fetch. Useful in environments that need a specific adapter (Node < 18, Cloudflare Workers, proxies).calendar.ts:26
<a id="property-timeoutms"></a> timeoutMs?numberRequest timeout in milliseconds. Default 30_000.calendar.ts:28