MeshJS / mesh

An open-source library to advance Web3 development on Cardano

Home Page:https://meshjs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppWallet: incapable of sending assets from wallet

BenElferink opened this issue · comments

I generated a new mnemonic using AppWallet.
I then loaded that wallet with NFTs and ADA.

I am able to send ADA from the wallet, but I am incapable of sending any NFT from the wallet, I always get the error:

[Transaction] An error occurred during build: Not enough ADA leftover to include non-ADA assets in a change address.

The wallet has 168 NFTs, and 470+ ADA, this should be enough, right?
Is there a limit to the number of NFTs an AppWallet can handle?

I had to import the wallet into a browser extension and manually send out my NFTs.

There is no limit to the number of NFTs any wallet can handle unless limited by the network's specs, i.e. transactions size limits.

You have to build the transactions correctly, providing enough + correct inputs.