hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

HIP-904 Support TokenReject transactions

Open edwin-greene opened this issue 1 year ago • 0 comments

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

edwin-greene avatar May 10 '24 16:05 edwin-greene