restore 10 zaddr by default, and allow variable zaddr size

This commit is contained in:
DenioD
2020-06-18 13:46:04 +02:00
parent 0320bc9f13
commit 5f67dd4a32
6 changed files with 34 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ extern bool litelib_wallet_exists (const char* chain_name);
extern char * litelib_initialize_new (bool dangerous, const char* server);
extern char * litelib_initialize_new_from_phrase
(bool dangerous, const char* server, const char* seed,
unsigned long long birthday);
unsigned long long birthday, unsigned long long number);
extern char * litelib_initialize_existing (bool dangerous, const char* server);
extern char * litelib_execute (const char* s, const char* args);
extern void litelib_rust_free_string (char* s);