JSON-RPC walletlock: Porovnání verzí

Z Poznámkový blok
Přejít na: navigace, hledání
(Založena nová stránka s textem „ walletlock Removes the wallet encryption key from memory, locking the wallet. After calling this method, you will need to call walletpassphrase again…“)
 
(Žádný rozdíl)

Aktuální verze z 29. 12. 2018, 19:21

walletlock

Removes the wallet encryption key from memory, locking the wallet.
After calling this method, you will need to call walletpassphrase again
before being able to call any methods which require the wallet to be unlocked.

Examples:

Set the passphrase for 2 minutes to perform a transaction
> litecoin-cli walletpassphrase "my pass phrase" 120


walletlock

Odstraní šifrovací klíč peněľenky z paměti a uzamkne peněženku.
Po volání této metody budete muset znovu zavolat na walletpassphrase
než budete moci zavolat jakékoli metody, které vyžadují odemknutí peněženky.


Zpět na Qt peněženku - JSON-RPC