add account_namespace rpc call for iterating hook state objects

This commit is contained in:
Richard Holland
2022-03-14 11:03:25 +00:00
parent f4f7e8b487
commit a81f91e97a
10 changed files with 311 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ Handler const handlerArray[]{
Role::USER,
NO_CONDITION},
{"account_lines", byRef(&doAccountLines), Role::USER, NO_CONDITION},
{"account_namespace", byRef(&doAccountNamespace), Role::USER, NO_CONDITION},
{"account_channels", byRef(&doAccountChannels), Role::USER, NO_CONDITION},
{"account_objects", byRef(&doAccountObjects), Role::USER, NO_CONDITION},
{"account_offers", byRef(&doAccountOffers), Role::USER, NO_CONDITION},