Skip to content

Commit

Permalink
#3593: Add RC APIs to wallet reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Feb 25, 2020
1 parent bbcecbf commit f8ae7cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/wallet/include/steem/wallet/wallet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) )

0 comments on commit f8ae7cf

Please sign in to comment.