You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: