Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data CommitBlueprintTx tx = CommitBlueprintTx {
- lookupUTxO :: UTxOType tx
- blueprintTx :: 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.
CommitBlueprintTx | |
|