hedera-services
hedera-services copied to clipboard
feat: HIP-904: Implement handle logic for TokenCancelAirdrop transaction
Description:
Implemented TokenCancelAirdrop.handle
logic
Related issue(s):
Fixes #14054
Notes for reviewer: When we do the airdrop cancel we delete the airdrop reference from the sender Account and we are deleting it from the state
Checklist
- [x] Documented (Code comments, README, etc.)
- [x] Tested (unit, integration, etc.)