Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust getConsumedValue to accept Value instead of spent UTxO #4258

Open
lehins opened this issue Apr 11, 2024 · 0 comments
Open

Adjust getConsumedValue to accept Value instead of spent UTxO #4258

lehins opened this issue Apr 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lehins
Copy link
Contributor

lehins commented Apr 11, 2024

This functionality is necessary for cardano-cli and fee estimation whenever UTxO is not available.

In particular we need an extra function that is very similar to evalBalanceTxBody that accepts Value instead of UTxO

In order to achieve that we need to make getConsumedValue accept Value instead of UTxO

Functions should be adjusted in a way to minimize breakage,

@lehins lehins added the enhancement New feature or request label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant