Expand description
This module provides a high-level API for interacting with the Ogmios JSON-RPC API.
Ogmios is a JSON-RPC server that provides a high-level API for interacting with the Cardano blockchain. It can be accessed via a HTTP or WebSocket connection.
More information about Ogmios API can be found at https://ogmios.dev/api/
Modules§
- jsonrpsee
- OgmiosClient implementation with jsonrpsee. Major drawback is that it swallows the error response from the server in case of 400 Bad Request.
- query_
ledger_ state - Queries that start with
queryLedgerState/
. - query_
network - Queries that start with
queryNetwork/
. - transactions
- Requests to evalute and submit transactions via Ogmios`.
- types
- Common types used in the Ogmios API.
Structs§
- ByName
Params Builder - Builder for named parameters.
Enums§
- Ogmios
Client Error - Represents an error that can occur when interacting with the Ogmios JSON-RPC API.
- Ogmios
Params - Enum representing the parameters for a JSON-RPC request to the Ogmios server.
Traits§
- Ogmios
Client - Trait for interacting with the Ogmios JSON-RPC API.