1 #ifndef BITCOINSECRET_H 2 #define BITCOINSECRET_H 4 #include <structs/base58.h> 6 #include "keyshelper.h" 13 void SetKey(
const CKey& vchSecret);
16 bool SetString(
const char* pszSecret);
17 bool SetString(
const std::string& strSecret);
21 _privkeyPrefix(helper.privkeyPrefix()) {
27 _privkeyPrefix(helper.privkeyPrefix()) {}
30 const std::vector<unsigned char> _privkeyPrefix;
33 #endif // BITCOINSECRET_H
Definition: bitcoinsecret.h:10
Definition: keyshelper.h:30