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