Validates a token burn.
A promise that resolves to true if the burning is valid.
If any token amount is not compatible with the token.
If the token is paused.
If the the token if not burnable.
If the sender has insufficent amount of tokens for the burn.
The token to burn.
The amounts of tokens to burn.
Generated using TypeDoc
Validates a token burn.
Returns
A promise that resolves to true if the burning is valid.
Throws
If any token amount is not compatible with the token.
Throws
If the token is paused.
Throws
If the the token if not burnable.
Throws
If the sender has insufficent amount of tokens for the burn.