HdWallet.fromHexEntropy constructor
Implementation
factory HdWallet.fromHexEntropy(String hexEntropy, {String password = ''}) =>
HdWallet.fromEntropy(
entropy: Uint8List.fromList(HexCoder.instance.decode(hexEntropy)),
password: password);