Add NFT-specific data stores and add nft_info API (#98)

This commit is contained in:
ledhed2222
2022-07-26 15:01:14 -04:00
committed by GitHub
parent 2ffd98f895
commit 6bf8c5bc4e
18 changed files with 1288 additions and 50 deletions

View File

@@ -50,6 +50,7 @@ target_sources(clio PRIVATE
src/backend/SimpleCache.cpp
## ETL
src/etl/ETLSource.cpp
src/etl/NFTHelpers.cpp
src/etl/ReportingETL.cpp
## Subscriptions
src/subscriptions/SubscriptionManager.cpp
@@ -68,6 +69,8 @@ target_sources(clio PRIVATE
src/rpc/handlers/AccountObjects.cpp
src/rpc/handlers/GatewayBalances.cpp
src/rpc/handlers/NoRippleCheck.cpp
# NFT
src/rpc/handlers/NFTInfo.cpp
# Ledger
src/rpc/handlers/Ledger.cpp
src/rpc/handlers/LedgerData.cpp