Module jsonrpsee

Source
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§

OgmiosClients
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.