Expand description
OgmiosClient implementation with jsonrpsee. Major drawback is that it swallows the error response from the server in case of 400 Bad Request.
Enums§
- Ogmios
Clients - Enum that represents the ogmios client that works either with HTTP or WebSockets.
Functions§
- client_
for_ url - Returns client that works either with HTTP or WebSockets. HTTP does not return JSON-RPC error body in case of 400 Bad Request.