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

Expose Outputs of a Partially Built Transaction #329

Closed
keyan-m opened this issue Sep 15, 2024 · 1 comment · Fixed by #346
Closed

Expose Outputs of a Partially Built Transaction #329

keyan-m opened this issue Sep 15, 2024 · 1 comment · Fixed by #346

Comments

@keyan-m
Copy link
Contributor

keyan-m commented Sep 15, 2024

Currently .config() method of a TxBuilder exposes some pieces of information about the state, such as collectedInputs, consumedInputs (are these two identical by the way?), totalOutputAssets, etc., but there is no property such as producedOutputs.

Having access to the outputs alleviates any need for keeping an external record.

@solidsnakedev
Copy link
Contributor

will go with this approach, #188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants