cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
757 stars 213 forks source link

[ADP-3272] Add the `TxWithUTxO` data type. #4570

Closed jonathanknowles closed 1 month ago

jonathanknowles commented 2 months ago

Summary

This PR:

Details

An object of type TxWithUTxO combines a transaction t with an associated UTxO set u, such that:

In order to uphold the above guarantee:

Motivation

This data type will be used for testing balanceTx in situations where we want to guarantee that balanceTx will not fail with ErrBalanceTxUnresolvedInputs.

Issue

ADP-3272

jonathanknowles commented 1 month ago

Merging manually.