HdWallet.fromHexEntropy constructor

HdWallet.fromHexEntropy(
  1. String hexEntropy
)

Implementation

factory HdWallet.fromHexEntropy(String hexEntropy) => HdWallet(
    rootSigningKey:
        _bip32signingKey(Uint8List.fromList(HEX.decode(hexEntropy))));