-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
9,321 additions
and
9,318 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Cooked.MockChain.Balancing</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">cooked-validators-2.0.0</span><ul class="links" id="page-menu"><li><a href="src/Cooked.MockChain.Balancing.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Cooked.MockChain.Balancing</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:balancedTxSkel">balancedTxSkel</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> TxOutRef)</li><li class="src short"><a href="#v:balancedTx">balancedTx</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> TxOutRef) -> m (Tx BabbageEra)</li><li class="src short"><a href="#v:txSkelInputData">txSkelInputData</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Map" title="Distribution.Compat.Prelude.Internal">Map</a> DatumHash Datum)</li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:balancedTxSkel" class="def">balancedTxSkel</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> TxOutRef) <a href="src/Cooked.MockChain.Balancing.html#balancedTxSkel" class="link">Source</a> <a href="#v:balancedTxSkel" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:balancedTx" class="def">balancedTx</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> TxOutRef) -> m (Tx BabbageEra) <a href="src/Cooked.MockChain.Balancing.html#balancedTx" class="link">Source</a> <a href="#v:balancedTx" class="selflink">#</a></p><div class="doc"><p>Take the output of <code><a href="Cooked-MockChain-Balancing.html#v:balancedTxSkel" title="Cooked.MockChain.Balancing">balancedTxSkel</a></code> and turn it into an actual Cardano | ||
transaction.</p></div></div><div class="top"><p class="src"><a id="v:txSkelInputData" class="def">txSkelInputData</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Map" title="Distribution.Compat.Prelude.Internal">Map</a> DatumHash Datum) <a href="src/Cooked.MockChain.Balancing.html#txSkelInputData" class="link">Source</a> <a href="#v:txSkelInputData" class="selflink">#</a></p><div class="doc"><p>Look up the data on UTxOs the transaction consumes.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.24.2</p></div></body></html> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Cooked.MockChain.Balancing</title><link href="linuwial.css" rel="stylesheet" type="text/css" title="Linuwial" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script type="text/x-mathjax-config">MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><span class="caption">cooked-validators-2.0.0</span><ul class="links" id="page-menu"><li><a href="src/Cooked.MockChain.Balancing.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Cooked.MockChain.Balancing</p></div><div id="synopsis"><details id="syn"><summary>Synopsis</summary><ul class="details-toggle" data-details-id="syn"><li class="src short"><a href="#v:balancedTxSkel">balancedTxSkel</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger-Tx-Internal.html#t:TxOutRef" title="Ledger.Tx.Internal">TxOutRef</a>)</li><li class="src short"><a href="#v:balancedTx">balancedTx</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger-Tx-Internal.html#t:TxOutRef" title="Ledger.Tx.Internal">TxOutRef</a>) -> m (<a href="https://hackage.haskell.org/package/-/docs/Cardano-Api.html#t:Tx" title="Cardano.Api">Tx</a> <a href="https://hackage.haskell.org/package/-/docs/Cardano-Api.html#t:BabbageEra" title="Cardano.Api">BabbageEra</a>)</li><li class="src short"><a href="#v:txSkelInputData">txSkelInputData</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Map" title="Distribution.Compat.Prelude.Internal">Map</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger.html#t:DatumHash" title="Ledger">DatumHash</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger.html#t:Datum" title="Ledger">Datum</a>)</li></ul></details></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:balancedTxSkel" class="def">balancedTxSkel</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger-Tx-Internal.html#t:TxOutRef" title="Ledger.Tx.Internal">TxOutRef</a>) <a href="src/Cooked.MockChain.Balancing.html#balancedTxSkel" class="link">Source</a> <a href="#v:balancedTxSkel" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:balancedTx" class="def">balancedTx</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => (<a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a>, <a href="Cooked-Skeleton.html#t:Fee" title="Cooked.Skeleton">Fee</a>, <a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Set" title="Distribution.Compat.Prelude.Internal">Set</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger-Tx-Internal.html#t:TxOutRef" title="Ledger.Tx.Internal">TxOutRef</a>) -> m (<a href="https://hackage.haskell.org/package/-/docs/Cardano-Api.html#t:Tx" title="Cardano.Api">Tx</a> <a href="https://hackage.haskell.org/package/-/docs/Cardano-Api.html#t:BabbageEra" title="Cardano.Api">BabbageEra</a>) <a href="src/Cooked.MockChain.Balancing.html#balancedTx" class="link">Source</a> <a href="#v:balancedTx" class="selflink">#</a></p><div class="doc"><p>Take the output of <code><a href="Cooked-MockChain-Balancing.html#v:balancedTxSkel" title="Cooked.MockChain.Balancing">balancedTxSkel</a></code> and turn it into an actual Cardano | ||
transaction.</p></div></div><div class="top"><p class="src"><a id="v:txSkelInputData" class="def">txSkelInputData</a> :: <a href="Cooked-MockChain-BlockChain.html#t:MonadBlockChainBalancing" title="Cooked.MockChain.BlockChain">MonadBlockChainBalancing</a> m => <a href="Cooked-Skeleton.html#t:TxSkel" title="Cooked.Skeleton">TxSkel</a> -> m (<a href="https://hackage.haskell.org/package/-/docs/Distribution-Compat-Prelude-Internal.html#t:Map" title="Distribution.Compat.Prelude.Internal">Map</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger.html#t:DatumHash" title="Ledger">DatumHash</a> <a href="https://hackage.haskell.org/package/-/docs/Ledger.html#t:Datum" title="Ledger">Datum</a>) <a href="src/Cooked.MockChain.Balancing.html#txSkelInputData" class="link">Source</a> <a href="#v:txSkelInputData" class="selflink">#</a></p><div class="doc"><p>Look up the data on UTxOs the transaction consumes.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.24.2</p></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.