Posted on c/ElrondDevelopers 1 Jav8620578561c/ElrondDevelopers 3 years ago Hi guys. I can't find the answer neither in the docs nor in examples: Is there a way to do an assertion on local burn of tokens in a mandos test? Comment 1 Comments rar493349386 3years ago Yes, just check that before the call that does the burn, the esdt key contains what you want, and after the contract call, check the esdt key to no longer contain what you want. At least this works for NFTs fine.
Yes, just check that before the call that does the burn, the esdt key contains what you want, and after the contract call, check the esdt key to no longer contain what you want. At least this works for NFTs fine.