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:
1 Cardano TxOut when generating transactions
1 TxOut in the remainder of the codebase
If it is not possible, we need to understand and document why that is.
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.