-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Unlock transaction: Uncaught (in promise) Redeemer (Spend, 0): Failed to deserialise PlutusData using UnConstrData: #244
Comments
Can you provide the redemeer in plutus? |
@cmorgado How can I do that? |
show us your validator ... lucidValidator |
|
2 observations: in the Also tried with this validator and redeemer:
And I'm getting this error:
|
I just hit the same thing, and for posterity it was renamed to |
@NicolasEliasArias, did you end up managing to get past this as I'm now stuck on the same |
Hi! I'm creating a simple transaction to unlock some ada:
And I'm getting this error when
.complete()
is called:Uncaught (in promise) Redeemer (Spend, 0): Failed to deserialise PlutusData using UnConstrData: ...
The problem is in the redeemer, I tested multiple ways to create different redeemers and I'm getting similar errors every time:
The text was updated successfully, but these errors were encountered: