Change wallet passphrase
You can use the API endpoint implementation or the JavaScript SDK
Change Wallet passphrase (API Reference )
Headers
Name
Type
Description
Request Body
Name
Type
Description
Javascript SDK Implementation
/**
* change wallet passpharse
**/
//pass your API key or Node URL and wallet name to be created
const response = await liaasSdk.changeWalletPassphrase(
nodeUrl_or_apiAccessKey,
wallet,
old_passphrase,
new_passphrase)Last updated
Was this helpful?