account_info implementation in new RPC framework (#573)

Fixes #574
This commit is contained in:
cyan317
2023-04-03 17:03:48 +01:00
committed by GitHub
parent 232acaeff2
commit a1f93b09f7
14 changed files with 736 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ target_sources(clio PRIVATE
src/rpc/ngHandlers/NFTSellOffers.cpp
src/rpc/ngHandlers/AccountTx.cpp
src/rpc/ngHandlers/AccountOffers.cpp
src/rpc/ngHandlers/AccountInfo.cpp
## RPC Methods
# Account
src/rpc/handlers/AccountChannels.cpp
@@ -161,6 +162,7 @@ if(BUILD_TESTS)
unittests/rpc/handlers/NFTInfoTest.cpp
unittests/rpc/handlers/NFTBuyOffersTest.cpp
unittests/rpc/handlers/NFTSellOffersTest.cpp
unittests/rpc/handlers/AccountInfoTest.cpp
# Backend
unittests/backend/cassandra/BaseTests.cpp
unittests/backend/cassandra/BackendTests.cpp