| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hydra.Tx.BlueprintTx
Synopsis
- data CommitBlueprintTx tx = CommitBlueprintTx {
- lookupUTxO :: UTxOType tx
- blueprintTx :: tx
- mkSimpleBlueprintTx :: IsTx tx => UTxOType tx -> CommitBlueprintTx tx
Documentation
data CommitBlueprintTx tx Source #
_Blueprint/Draft_ transaction paired with the UTxO which resolves it's inputs.
The transaction inputs are committed to a Head and the $sel:lookupUTxO:CommitBlueprintTx is expected
to contain these inputs.
Constructors
| CommitBlueprintTx | |
Fields
| |
mkSimpleBlueprintTx :: IsTx tx => UTxOType tx -> CommitBlueprintTx tx Source #