Adds account_channels RPC

This commit is contained in:
Nathan Nichols
2021-04-23 18:41:47 -05:00
parent e7b212a05c
commit f540ceda35
5 changed files with 336 additions and 35 deletions

View File

@@ -70,7 +70,9 @@ target_sources(reporting PRIVATE
handlers/BookOffers.cpp
handlers/LedgerRange.cpp
handlers/Ledger.cpp
handlers/LedgerEntry.cpp)
handlers/LedgerEntry.cpp
handlers/AccountChannels.cpp
handlers/AccountLines.cpp)
message(${Boost_LIBRARIES})