I was trying to convert multiple assets a while back and received an API 5001 error (Asset not Supported).
Do we have a list of assets that are not supported by transfer_dust()? Just so we can exclude them from the argument first, and be able to convert the rest.
Or, might the transfer_dust() function get an enhancement to throw an exception stating which assets in the supplied argument are not supported. This would be very helpful if in case we would be converting tens or hundreds of assets in one run, specially that we may only do so every 6 hours.
Hello!
This works:
However, the following didn't because of an unsupported asset:
I was trying to convert multiple assets a while back and received an API 5001 error (Asset not Supported). Do we have a list of assets that are not supported by transfer_dust()? Just so we can exclude them from the argument first, and be able to convert the rest.
Or, might the transfer_dust() function get an enhancement to throw an exception stating which assets in the supplied argument are not supported. This would be very helpful if in case we would be converting tens or hundreds of assets in one run, specially that we may only do so every 6 hours.
Thank you!