hashgraph / hashgraph/hedera-forking
`wipeTokenAccount` function
Open
- Dominant language
- Solidity
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
`wipeTokenAccount` function is not implemented in the Solidity HTS emulator. This function is useful as it is a single call as opposed to doing two calls (`transferToken` and `burnToken`).
### Solution
Implement `wipeTokenAccount` function in the `HtsSystemContract.sol`.
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.