mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated smartcontract code
updated lite-client and configuration smartcontract updated tonlib code
This commit is contained in:
parent
8e5bd938aa
commit
bce33f588a
46 changed files with 677 additions and 299 deletions
|
@ -50,7 +50,7 @@ class KeyStorage {
|
|||
|
||||
td::Status set_directory(std::string directory);
|
||||
|
||||
td::Result<Key> create_new_key(td::Slice local_password, td::Slice key_password);
|
||||
td::Result<Key> create_new_key(td::Slice local_password, td::Slice key_password, td::Slice entropy);
|
||||
|
||||
td::Result<ExportedKey> export_key(InputKey input_key);
|
||||
td::Result<ExportedPemKey> export_pem_key(InputKey input_key, td::Slice key_password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue