Expand description
Tools to request metadata, like the current epoch or the stake distribution, from the Cardano
Structs§
- Cardano
CliChain Observer - A ChainObserver pulling it’s data using a CardanoCliRunner.
- Cardano
CliRunner - A runner able to request data from a Cardano node using the Cardano Cli.
- Chain
Observer Builder - Chain observer builder
- Pallas
Chain Observer - A runner that uses Pallas library to interact with a Cardano node using N2C Ouroboros mini-protocols
Enums§
- Chain
Observer Builder Error - Error type for chain observer builder service.
- Chain
Observer Error - ChainObserver related errors.
- Chain
Observer Type - Type of chain observers available
Traits§
- Chain
Observer - Retrieve data from the cardano network
- CliRunner
CliRunner
trait defines the asynchronous methods for interaction with the Cardano CLI.