newWalletFromMnemonicAndPath function

  1. @JS('newWalletFromMnemonicAndPath')
Object newWalletFromMnemonicAndPath(
  1. String mnemonic,
  2. String path
)

Implementation

@JS('newWalletFromMnemonicAndPath')
external Object newWalletFromMnemonicAndPath(
    String mnemonic, String path);