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
339 stars 139 forks source link

Information about Datum & Script not present when loading UTxOs from browser wallet api #204

Open sourabhxyz opened 1 year ago

sourabhxyz commented 1 year ago

Lucid, the way I see it, for browser wallet api, get's information about UTxOs in wallet, using CIP-30's getUtxos method as seemingly called here. However, UTxOs returned by it doesn't have information about datum & script, consequently UTxOs returned by getUtxosCore doesn't have information about them.