dcSpark / cardano-multiplatform-lib

Rust implementation of Cardano
MIT License
98 stars 36 forks source link

How do I apply parameters to Parameterized Smart Contracts and receive new script hex? #233

Closed DorienP closed 1 year ago

DorienP commented 1 year ago

I tried applying the params with the plutusScriptWitness constructor and still received the old script hex. Is there a different method to applying Params?