mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-22 16:00:57 +00:00
add account_namespace rpc call for iterating hook state objects
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user