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

toString like function to serialise built transaction skeleton #188

Closed
sourabhxyz opened this issue Aug 6, 2024 · 1 comment · Fixed by #346
Closed

toString like function to serialise built transaction skeleton #188

sourabhxyz opened this issue Aug 6, 2024 · 1 comment · Fixed by #346
Assignees

Comments

@sourabhxyz
Copy link
Contributor

Lucid had toString function which one could use to serialise built transaction skeleton and diagnose it (without requiring to peek into library internals as known CDDL specification is followed).
While doing migration to lucid-evolution, I am getting script failures and am not sure how to go about debugging it. It appears the field of interest is txBuilder but am not sure how to pretty print it, printing it from config just gives some pointer value.

@solidsnakedev
Copy link
Contributor

I see so you want the serialized builder before complete() , will work on it

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.

3 participants