Why is CoinQuantityLike used as a type but not exported? (Apparently, the code doesn’t throw an error.)
Hey @miguel this is because this type is primarily used internally for working with transaction calls and with our tests. But maybe it should be exported, could you please state your use case and a code snippet?
Nothing special. Currently, I’m working on an issue, and after #2408, my VSCode throws an import error.
Hey @Torres-ssf, I’m doing well! How about you?
When I open the file, it throws an error like this:
Cannot find name 'CoinQuantityLike'.
Cannot find name 'ExcludeResourcesOption'.
This just popped up recently, so I find it a bit strange.
Have you tried to install dependencies and rebuild the project after getting the latest changes from master?
pnpm install & pnpm build
If that does not work try:
git clean -fdx & pnpm install & pnpm build
None of them work. I tried both.
Yes, @p.s . I tried.
@p.s, I believe yes. Let’s try.
