Encrypt Wallet
Encrypt wallet
Create an Encrypted Wallet (API reference)
Headers
Name
Type
Description
Request Body
Name
Type
Description
Encrypt wallet using SDK
/**
* Secure your created wallet by encrypting it with a 12-word mnemonic phrase, and receive an encrypted key as the return value.
**/
//Encrypt the wallet with the 12 passphrases
//pass your API key or Node URL and the created wallet name
const response = await liaasSdk.encryptWallet(
nodeUrl_or_apiAccessKey,
walletName,
passphrase);Last updated
Was this helpful?