Module entities

Source
Expand description

The entities used when interacting with the chain.

Structs§

Datum
Datum represents an inline datum from UTxO.
RawCardanoPoint
Point internal representation in the Cardano chain.
ScannedBlock
A block scanned from a Cardano database
TxDatum
TxDatum represents transaction Datum.
TxDatumBuilder
TxDatumBuilder is a TxDatum builder utility.

Enums§

ChainBlockNextAction
The action that indicates what to do next when scanning the chain
TxDatumError
TxDatum related errors.
TxDatumFieldTypeName
Auto-generated discriminant enum variants
TxDatumFieldValue
TxDatumFieldValue represents a field value of TxDatum.

Functions§

try_inspect
Inspects the given bytes and returns a decoded R instance.

Type Aliases§

ChainAddress
ChainAddress represents an on chain address.
Datums
Datums represents a list of TxDatum.