cooked-validators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.MockChain.Common

Contents

Description

This module exposes some type aliases common to our MockChain library

Synopsis

Type aliases

type Fee = Integer Source #

An alias for Integers used as fees

type CollateralIns = Set TxOutRef Source #

An alias for sets of utxos used as collateral inputs

type Collaterals = (CollateralIns, Maybe TxSkelOut) Source #

An alias for optional pairs of collateral inputs and optional return collateral output

type Utxo = (TxOutRef, TxSkelOut) Source #

An alias for an output and its reference

type Utxos = [Utxo] Source #

An alias for lists of Utxo