Merge pull request #3599

8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox)
This commit is contained in:
luigi1111
2018-06-08 14:45:46 -05:00
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -443,6 +443,12 @@ struct Wallet
*/
virtual std::string publicSpendKey() const = 0;
/*!
* \brief publicMultisigSignerKey - returns public signer key
* \return - public multisignature signer key or empty string if wallet is not multisig
*/
virtual std::string publicMultisigSignerKey() const = 0;
/*!
* \brief store - stores wallet to file.
* \param path - main filename to store wallet to. additionally stores address file and keys file.