isWebSocketAllowed

open suspend fun isWebSocketAllowed(mpcHost: String): Boolean

Checks whether WebSocket connections are allowed for the given MPC host.

Return

true if WebSocket connections are allowed, otherwise false.

Parameters

mpcHost

The MPC host URL to check.