OZIndexerClient

constructor(indexerUrl: String, timeoutMs: Long = OZConstants.DEFAULT_INDEXER_TIMEOUT_MS, injectedClient: HttpClient? = null)

Parameters

indexerUrl

The indexer endpoint URL (trailing slashes are stripped)

timeoutMs

Request timeout in milliseconds

injectedClient

Optional custom HTTP client for testing