menu
ethers package
documentation
utils/utils.dart
Utils
mnemonicToEntropy method
mnemonicToEntropy method
dark_mode
light_mode
mnemonicToEntropy
method
String
mnemonicToEntropy
(
String
mnemonic
)
Implementation
String mnemonicToEntropy(String mnemonic) { return bip39.mnemonicToEntropy(mnemonic); }
ethers package
documentation
utils/utils
Utils
mnemonicToEntropy method
Utils class