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
- Fake
Observer - A Fake ChainObserver for testing purpose using fixed data.
- Pallas
Chain Observer - A runner that uses Pallas library to interact with a Cardano node using N2C Ouroboros mini-protocols
- TxDatum
- TxDatum represents transaction Datum.
- TxDatum
Builder - TxDatumBuilder is a TxDatum builder utility.
Enums§
- Chain
Observer Error - ChainObserver related errors.
- Chain
Observer Type - Type of chain observers available
- TxDatum
Error - TxDatum related errors.
- TxDatum
Field Type Name - Auto-generated discriminant enum variants
- TxDatum
Field Value - TxDatumFieldValue represents a field value of TxDatum.
Traits§
- Chain
Observer - Retrieve data from the cardano network
- CliRunner
CliRunner
trait defines the asynchronous methods for interaction with the Cardano CLI.
Type Aliases§
- Chain
Address - ChainAddress represents an on chain address.