WalletApi: publicMultisigSignerKey method

This commit is contained in:
naughtyfox
2018-04-10 19:21:25 +03:00
parent 8361d60aef
commit 8787fd899b
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -408,6 +408,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.