1
0

Wallet send

This commit is contained in:
Scott E. Graves
2017-05-05 11:31:59 -05:00
parent c5eaa64c13
commit 278ff2b778
5 changed files with 54 additions and 3 deletions

View File

@@ -132,7 +132,8 @@ public:
CSiaError<_SiaApiErrorCode> Create(const _SiaSeedLanguage& seedLanguage, SString& seed);
CSiaError<_SiaApiErrorCode> Restore(const SString& seed);
CSiaError<_SiaApiErrorCode> Lock();
CSiaError<_SiaApiErrorCode> Unlock(const SString& password);
CSiaError<_SiaApiErrorCode> Unlock(const SString& password);
CSiaError<_SiaApiErrorCode> Send(const SString& address, const SiaCurrency& amount);
};
class SIADRIVE_EXPORTABLE _CSiaRenter :