hedera-mirror-node
hedera-mirror-node copied to clipboard
Implement NftReadableKVState
Problem
We should add implementation for NftReadableKVState, so that we can return nfts in PBJ format from DB.
Solution
Add NftReadableKVState in the following manner:
- Add repository logic for reading nfts from DB
- Add a new converter between entity and nft DTO types to PBJ, so that the returned object is compliant with the hedera.app state
Alternatives
No response