OZRelayerClient

constructor(relayerUrl: String, timeoutMs: Long = OZConstants.DEFAULT_RELAYER_TIMEOUT_MS, injectedClient: HttpClient? = null)

Parameters

relayerUrl

The relayer endpoint URL (trailing slashes are stripped)

timeoutMs

Default request timeout in milliseconds (default: 6 minutes for testnet retries)

injectedClient

Optional pre-configured HTTP client, typically used for testing. The caller retains ownership and is responsible for closing it.