Mohd Ahshan Danish
Mohd Ahshan Danish
Compiled with problems:X ERROR in ./src/nami-js/node_modules/@emurgo/cardano-serialization-lib-browser/cardano_serialization_lib_bg.js 31:71-89 Can't import the named export 'memory'.'buffer' (imported as 'wasm') from default-exporting module (only default export is available)
**How to create plutusData for below json** ``` { "constructor":0, "fields": [ { "bytes":"3f7826896a48c593598465a096d63606ceb8206" }, { "int":1888 }, { "int":1 } ] } ``` ``` const datums = Load.cardano.PlutusList.new(); const...
datums and redeemers https://docs.cardano.org/plutus/datums-redeemers
added method getCollateral()
Hi , Below code is returning some encoded value. const c = await this.Nami.getCollateral(); how to get exact collateral? I tried HexToString but not work. Please suggest.