1
0

[Unit Test] Create wallet

This commit is contained in:
Scott E. Graves
2017-02-03 18:16:33 -06:00
parent edf1818255
commit 9dfc1a9331
6 changed files with 145 additions and 29 deletions

View File

@@ -12,6 +12,8 @@ public:
{
Success,
NotImplemented,
RequestError,
WalletExists,
WalletLocked,
WalletUnlocked,
WalletNotCreated
@@ -42,6 +44,7 @@ public:
public:
_SiaApiError Create(const _SiaSeedLanguage& seedLanguage, String& seed);
bool Refresh();
_SiaApiError Restore(const String& seed);
_SiaApiError Lock();
_SiaApiError Unlock();