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

Implement NftReadableKVState

Open IvanKavaldzhiev opened this issue 5 months ago • 0 comments

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

IvanKavaldzhiev avatar Sep 20 '24 08:09 IvanKavaldzhiev