spacebudz / lucid

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
https://lucid.spacebudz.io
MIT License
336 stars 133 forks source link

allow datum in emulator genesis utxo #213 #214

Closed zing-rsa closed 10 months ago

zing-rsa commented 11 months ago

As far as I can see this is what would need to change to close #213

Very open to guidance, I am new to contributing.

deno fmt has been run on this file, I did not include outstanding formatting corrections for other files. Tests are passing.

alessandrokonrad commented 11 months ago

I think it'll be better to have some uniformity and use OutputData, instead of datumHash and datum separately.

zing-rsa commented 11 months ago

Oh yes that makes more sense, I agree. Will do so.