account_tx of new RPC framework (#562)

Fixes #566
This commit is contained in:
cyan317
2023-03-28 13:21:51 +01:00
committed by GitHub
parent f604856eab
commit 5604b37c02
7 changed files with 1183 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ target_sources(clio PRIVATE
src/rpc/ngHandlers/TransactionEntry.cpp
src/rpc/ngHandlers/NoRippleCheck.cpp
src/rpc/ngHandlers/NFTInfo.cpp
src/rpc/ngHandlers/AccountTx.cpp
## RPC Methods
# Account
src/rpc/handlers/AccountChannels.cpp
@@ -138,7 +139,8 @@ if(BUILD_TESTS)
unittests/rpc/handlers/BookOffersTest.cpp
unittests/rpc/handlers/TransactionEntryTest.cpp
unittests/rpc/handlers/NoRippleCheckTest.cpp
unittests/rpc/handlers/NFTInfoTest.cpp)
unittests/rpc/handlers/NFTInfoTest.cpp
unittests/rpc/handlers/AccountTxTest.cpp)
include(CMake/deps/gtest.cmake)
# if CODE_COVERAGE enable, add clio_test-ccov