You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, sorry for asking, I am trying to understand how to use the utxos, I am using the dapp connector where I can get list of utxos: cardanoApi.getUtxos(). this will return list of utxos, and I am creating a transaction with includeInputs, question how do I choose the right utxo to use? I put all utxos in the includeInputs since it takes an array, but I am getting some weird error, failed due to internal error: c: api.errors.NotEnoughMoneyToSendError: undefined
Hi guys, sorry for asking, I am trying to understand how to use the utxos, I am using the dapp connector where I can get list of utxos:
cardanoApi.getUtxos()
. this will return list of utxos, and I am creating a transaction withincludeInputs
, question how do I choose the right utxo to use? I put all utxos in the includeInputs since it takes an array, but I am getting some weird error,failed due to internal error: c: api.errors.NotEnoughMoneyToSendError: undefined
In my case I have 8 utxos:
The text was updated successfully, but these errors were encountered: