HdWallet.fromMnemonic constructor

HdWallet.fromMnemonic(
  1. String mnemonic
)

Implementation

factory HdWallet.fromMnemonic(String mnemonic) =>
    HdWallet.fromHexEntropy(bip39.mnemonicToEntropy(mnemonic.trim()));