Difference between revisions of "Litecoin API Calls List"
From Litecoin Wiki
Line 1: | Line 1: | ||
− | |||
− | |||
Most of the API Calls in Litecoin are the same as they are in Bitcoin ([https://en.bitcoin.it/w/index.php?title=Original_Bitcoin_client/API_calls_list&action=view Seen here.]), with the addition of the following:<br /><br /> <code>getnetworkhashps [blocks]</code><br /> | Most of the API Calls in Litecoin are the same as they are in Bitcoin ([https://en.bitcoin.it/w/index.php?title=Original_Bitcoin_client/API_calls_list&action=view Seen here.]), with the addition of the following:<br /><br /> <code>getnetworkhashps [blocks]</code><br /> | ||
+ | |||
* Returns the estimated network hashes per second based on the last 120 blocks. | * Returns the estimated network hashes per second based on the last 120 blocks. | ||
Line 18: | Line 17: | ||
* walletpassphrase<br /> | * walletpassphrase<br /> | ||
* walletpassphrasechange | * walletpassphrasechange | ||
+ | |||
:''Sourced from [https://github.com/litecoin-project/litecoin/wiki/Litecoin-API-Calls-List/_edit Litecoin API Calls List] | :''Sourced from [https://github.com/litecoin-project/litecoin/wiki/Litecoin-API-Calls-List/_edit Litecoin API Calls List] |