hedera-mirror-node
hedera-mirror-node copied to clipboard
HIP-904 Support TokenReject transactions
Problem
Update the importer to support TokenReject transactions.
Solution
Add TokenRejectTransactionHandler which will be similar to CryptoTransferTransactionHandler
Tests for TokenReject should include verifying for fungible tokens and nfts that the former owner no longer owns the token and that the token has been returned to the token treasury account.
TokenReject is expected to be included in protobuf version 0.51
Alternatives
No response