| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cooked.MockChain.Common
Contents
Description
This module exposes some type aliases common to our MockChain library
Synopsis
- type Fee = Integer
- type CollateralIns = Set TxOutRef
- type Collaterals = (CollateralIns, Maybe TxSkelOut)
- type Utxo = (TxOutRef, TxSkelOut)
- type Utxos = [Utxo]
Type aliases
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