Mohd Ahshan Danish
Mohd Ahshan Danish
https://github.com/adriangzz/dj-taggit-serializer
@vsubhuman how to use txBuilder.add_inputs_from() I want to use this but I am getting below error **UTxO Balance Insufficient** ``` let all_utxos = await this.getUtxosHex(); let ts = this.S.TransactionUnspentOutputs.new(); all_utxos.forEach((element)...
@vsubhuman I am able to send all assets using nami but here it saying "UTxO Balance Insufficient" ``` const assetsNftsToSend = this.S.MultiAsset.new(); const assets = this.S.Assets.new(); const assetName = this.S.AssetName.new(...
Now my code is running and working with below change Buffer.from(process.env.NEXT_PUBLIC_SWAP_TOKEN_NAME, "**hex**") refer my code above.
Datum hash on CLI is different " hash: 6bdee9b9710edcbb942f3ff4046f71ce384722efdb67ea727191f7130d8f9e98" When I try to unlock funds locked by transaction I get error that my datum is different from yours you did...