mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 09:29:34 -04:00
wallet-rpc: restore from multisig seed
This commit is contained in:
parent
94e67bf96b
commit
45b52de28e
7 changed files with 217 additions and 35 deletions
|
@ -1020,7 +1020,7 @@ private:
|
|||
bool multisig(bool *ready = NULL, uint32_t *threshold = NULL, uint32_t *total = NULL) const;
|
||||
bool has_multisig_partial_key_images() const;
|
||||
bool has_unknown_key_images() const;
|
||||
bool get_multisig_seed(epee::wipeable_string& seed, const epee::wipeable_string &passphrase = std::string(), bool raw = true) const;
|
||||
bool get_multisig_seed(epee::wipeable_string& seed, const epee::wipeable_string &passphrase = std::string()) const;
|
||||
bool key_on_device() const { return get_device_type() != hw::device::device_type::SOFTWARE; }
|
||||
hw::device::device_type get_device_type() const { return m_key_device_type; }
|
||||
bool reconnect_device();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue