Expand description
The entities used when interacting with the chain.
Structs§
- Datum
- Datum represents an inline datum from UTxO.
- RawCardano
Point - Point internal representation in the Cardano chain.
- Scanned
Block - A block scanned from a Cardano database
- TxDatum
- TxDatum represents transaction Datum.
- TxDatum
Builder - TxDatumBuilder is a TxDatum builder utility.
Enums§
- Chain
Block Next Action - The action that indicates what to do next when scanning the chain
- TxDatum
Error - TxDatum related errors.
- TxDatum
Field Type Name - Auto-generated discriminant enum variants
- TxDatum
Field Value - TxDatumFieldValue represents a field value of TxDatum.
Functions§
- try_
inspect - Inspects the given bytes and returns a decoded
R
instance.
Type Aliases§
- Chain
Address - ChainAddress represents an on chain address.
- Datums
- Datums represents a list of TxDatum.