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
Using lucid v0.10.7, I receive the following serialization error when I use applyParamsToScript with my script and parameter:
Uncaught Error: Could not serialize the data: TypeError: Cannot read properties of undefined (reading 'plutuslist_new')
at serialize (VM279 lucid-cardano.js:3981:13)
at Object.to (VM279 lucid-cardano.js:3985:16)
at applyParamsToScript (VM279 lucid-cardano.js:4819:85)
The script used is the compiledCode value for a basic parameterized vesting contract written in Aiken. The parameter value is a pubkey hash value for the vesting recipient:
Using lucid v0.10.7, I receive the following serialization error when I use
applyParamsToScript
with my script and parameter:The script used is the
compiledCode
value for a basic parameterized vesting contract written in Aiken. The parameter value is a pubkey hash value for the vesting recipient:The text was updated successfully, but these errors were encountered: