OZRelayer Client
constructor(relayerUrl: String, timeoutMs: Long = OZConstants.DEFAULT_RELAYER_TIMEOUT_MS, injectedClient: HttpClient? = null)
Parameters
relayer Url
The relayer endpoint URL (trailing slashes are stripped)
timeout Ms
Default request timeout in milliseconds (default: 6 minutes for testnet retries)
injected Client
Optional pre-configured HTTP client, typically used for testing. The caller retains ownership and is responsible for closing it.