tweag / cooked-validators

MIT License
39 stars 11 forks source link

Api.TxOut vs Ledger.TxOut #441

Closed mmontin closed 2 months ago

mmontin commented 4 months ago

For now, we use both kinds of TxOuts throughout the codebase. We also, of course, generate Cardano TxOut. The idea is to see if we can stick to 2 kinds of TxOut, just like in the remainder of the codebase:

If it is not possible, we need to understand and document why that is.