You can use the API endpoint implementation or the JavaScript SDK
The Kakr LiaaS blockchain service is a standardized specification for developers building on top of Kakr LiaaS that allows an application to perform an entire Litecoin wallet system's actions without needing to learn that pinning service's unique API postman.
Change Wallet passphrase (API Reference )
POST
/api/Wallet/change-passphrase
A post request to change a wallet passphrase on the Litecoin Blockchain
Headers
Request Body
Kakr LiaaS users looking to utilize the Litecoin Blockchain Services API can do so from our dedicated API endpoint base URL:
https://pteri.xyz
Javascript SDK Implementation /**
* change wallet passpharse
**/
//pass your API key and wallet name to be created
const response = await liaasSdk.changeWalletPassphrase(
apiAccessKey,
wallet,
old_passphrase,
new_passphrase)
/** * change wallet passpharse **/ //pass your API key and wallet name to be created const response = await liaasSdk.changeWalletPassphrase( apiAccessKey, wallet, old_passphrase, new_passphrase)
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article