Create burn transaction to cleanup minted assets in tests.
Each test or test suite should call this function to remove any minted assets.
Pass tokens with positive value. This method will negate them.
In case tokens is undefined, all wallet tokens will be burned.
Create burn transaction to cleanup minted assets in tests. Each test or test suite should call this function to remove any minted assets. Pass
tokens
with positive value. This method will negate them. In casetokens
is undefined, all wallet tokens will be burned.