add additional param to importprivkey for other WIF formats

This commit is contained in:
Alrighttt
2019-07-01 19:03:52 +02:00
parent 896b6fee53
commit 5e6737fc38
4 changed files with 28 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
#include <string>
CKey DecodeSecret(const std::string& str);
CKey DecodeCustomSecret(const std::string& str, uint8_t secret_key);
std::string EncodeSecret(const CKey& key);
std::string EncodeCustomSecret(const CKey& key,uint8_t secret_key);