type WebSocketRaw = string | Uint8Array
The raw WebSocket message wire types: text (string) or binary (Uint8Array).
string
Uint8Array
Learn: Contracts