cli wallet command to reactivate deregistered SON #617

Merged
serkixenos merged 6 commits from feature/cli-activate-deregistered-son into develop 2021-12-02 02:04:51 +00:00
Showing only changes of commit 55132a086b - Show all commits

View file

@ -1425,7 +1425,14 @@ class wallet_api
flat_map<sidechain_type, string> sidechain_public_keys,
bool broadcast = false);
signed_transaction activate_deregistered_son(const string & owner_account, bool broadcast /* = false */);
/**
* Activate deregistered SON object owned by the given account.
*
* @param owner_account The name of the SON's owner account. Also accepts the ID of the owner account or the ID of the SON.
* @param broadcast true if you wish to broadcast the transaction.
*/
signed_transaction activate_deregistered_son(const string & owner_account,
bool broadcast /* = false */);
/**