reaster / cardano_wallet_sdk

Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
Apache License 2.0
38 stars 18 forks source link

Assets property of a wallet showing assets that were part of UTXOs but not actually in the wallet #9

Closed cokariinc closed 2 years ago

cokariinc commented 2 years ago

The assets property of the wallet class returns assets that were part of a transaction but not actually sent. An example would be sending 100 ADA from a wallet-A that has 2000 Hosky tokens to wallet-B that is empty(0 ADA, no assets). After the transaction, when you try checking the assets in wallet-B you find Hosky tokens. Although when you check the address on cardanoscan or pool.pm it shows just the ADA in wallet-B(which is how it should be).