From f8ae7cf670dfbbd24c3d920f73cb7a0e3a76812a Mon Sep 17 00:00:00 2001 From: Steve Gerbino Date: Tue, 25 Feb 2020 17:31:34 -0500 Subject: [PATCH] #3593: Add RC APIs to wallet reflection --- libraries/wallet/include/steem/wallet/wallet.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/wallet/include/steem/wallet/wallet.hpp b/libraries/wallet/include/steem/wallet/wallet.hpp index 1072f057e0..9d4604b2ff 100644 --- a/libraries/wallet/include/steem/wallet/wallet.hpp +++ b/libraries/wallet/include/steem/wallet/wallet.hpp @@ -1553,6 +1553,12 @@ FC_API( steem::wallet::wallet_api, (delegate_to_pool) (delegate_drc_from_pool) (set_slot_delegator) + (find_rc_accounts) + (list_rc_accounts) + (find_rc_delegation_pools) + (list_rc_delegation_pools) + (find_rc_delegations) + (list_rc_delegations) ) FC_REFLECT( steem::wallet::memo_data, (from)(to)(nonce)(check)(encrypted) )