impliments account RPC handlers

This commit is contained in:
Nathan Nichols
2021-04-26 10:36:02 -05:00
parent f540ceda35
commit 68a6933583
9 changed files with 585 additions and 54 deletions

View File

@@ -72,7 +72,10 @@ target_sources(reporting PRIVATE
handlers/Ledger.cpp
handlers/LedgerEntry.cpp
handlers/AccountChannels.cpp
handlers/AccountLines.cpp)
handlers/AccountLines.cpp
handlers/AccountCurrencies.cpp
handlers/AccountOffers.cpp
handlers/AccountObjects.cpp)
message(${Boost_LIBRARIES})