marconi-1.1.0.0
Safe HaskellNone
LanguageHaskell2010

Marconi.Types

Description

This module provides several type aliases and utility functions to deal with them.

Synopsis

Addresses alias used to query marconi

type TargetAddresses = NonEmpty (Address ShelleyAddr) Source #

Typre represents non empty list of Bech32 Shelley compatable addresses

Aliases for the current Cardano era

type CurrentEra = BabbageEra Source #

An alias for the current era, to ease the transition from one era to the next one

type TxOut = TxOut CtxTx CurrentEra Source #

A Cardano TxOut of the current Era

Aliases to ease concept mapping between plutus types and cardano types

type TxOutRef = TxIn Source #

A reference to a transaction output. This is a pair of a transaction reference, and an index indicating which of the outputs of that transaction we are referring to.