Skip to content

Instantly share code, notes, and snippets.

@nervehammer
Last active May 22, 2019 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nervehammer/9201a02f8ffe57c7034e61a74b6a16b4 to your computer and use it in GitHub Desktop.
Save nervehammer/9201a02f8ffe57c7034e61a74b6a16b4 to your computer and use it in GitHub Desktop.
examples
async function encryptUserMnemonic(plainTextMnemonic) {
let encryptedMnemonic = await SpringWallet.encryptMnemonic(plainTextMnemonic);
return encryptedMnemonic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment