Create Importable Encrypted Wallet
Create importable encrypted wallet
Create an Importable Encrypted Wallet (API reference)
Headers
Name
Type
Description
Request Body
Name
Type
Description
Create Importable Encrypted Wallet
/**
* This combines the operation of creating an importable wallet and encrypting the wallet as a separate operation
**/
//pass your API key or Node URL and the wallet name
//This returns the mnemonics and the encrypted key of the wallet.
const response = await liaasSdk.createImportableEncryptedWallet(nodeUrl_or_apiAccessKey, walletName);Last updated
Was this helpful?