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
The transfer function throws an error saying Inputs_Exhausted even when there are sufficient funds in the Nami wallet.
Error: INPUTS_EXHAUSTED
at randomSelect (coinSelection.js?bae8:307)
at eval (coinSelection.js?bae8:247)
at Array.forEach (<anonymous>)
at Object.randomImprove (coinSelection.js?bae8:243)
at async NamiWalletApi._txBuilder (nami.js?8340:541)
at async NamiWalletApi.transaction (nami.js?8340:249)
How to resolve this issue?
The text was updated successfully, but these errors were encountered:
This error can also occur when you try to send an asset that is not in your wallet. Are you in the correct network (testnet/ mainnet?) can you share the input of the transaction function?
I had the native tokens and the tADA on the wallet it still says the Inputs Exhausted. Yes I am on the correct network. It says inputs_exhausted and the same transaction works in a few seconds and this is happening frequently any solution for this?
Hello, I have some information regarding my error. After trying out various amounts. It is basically using only one utxo. Is there any way it can use multiple utxos?
The transfer function throws an error saying Inputs_Exhausted even when there are sufficient funds in the Nami wallet.
How to resolve this issue?
The text was updated successfully, but these errors were encountered: