Module mithril_common::chain_observer
source · Expand description
Tools to request metadata, like the current epoch or the stake distribution, from the Cardano
Structs§
- A ChainObserver pulling it’s data using a CardanoCliRunner.
- A runner able to request data from a Cardano node using the Cardano Cli.
- Chain observer builder
- A Fake ChainObserver for testing purpose using fixed data.
- A runner that uses Pallas library to interact with a Cardano node using N2C Ouroboros mini-protocols
- TxDatum represents transaction Datum.
- TxDatumBuilder is a TxDatum builder utility.
Enums§
- ChainObserver related errors.
- Type of chain observers available
- TxDatum related errors.
- Auto-generated discriminant enum variants
- TxDatumFieldValue represents a field value of TxDatum.
Traits§
- Retrieve data from the cardano network
CliRunner
trait defines the asynchronous methods for interaction with the Cardano CLI.
Type Aliases§
- ChainAddress represents an on chain address.