Add book_changes rpc

This commit is contained in:
Richard Holland
2022-04-11 22:55:24 +00:00
parent e32bc674aa
commit 27846df19c
14 changed files with 430 additions and 115 deletions

View File

@@ -72,6 +72,7 @@ Handler const handlerArray[]{
{"account_offers", byRef(&doAccountOffers), Role::USER, NO_CONDITION},
{"account_tx", byRef(&doAccountTxJson), Role::USER, NO_CONDITION},
{"blacklist", byRef(&doBlackList), Role::ADMIN, NO_CONDITION},
{"book_changes", byRef(&doBookChanges), Role::USER, NO_CONDITION},
{"book_offers", byRef(&doBookOffers), Role::USER, NO_CONDITION},
{"can_delete", byRef(&doCanDelete), Role::ADMIN, NO_CONDITION},
{"channel_authorize", byRef(&doChannelAuthorize), Role::USER, NO_CONDITION},