Bip86.fromPrivateKey constructor
Bip86.fromPrivateKey(
- List<
int> privateKeyBytes, - Bip86Coins coinType, {
- Bip32KeyData? keyData,
Constructor for creating a Bip86 object from a private key and coin.
Implementation
Bip86.fromPrivateKey(List<int> privateKeyBytes, Bip86Coins coinType,
{Bip32KeyData? keyData})
: super.fromPrivateKey(privateKeyBytes, coinType.conf,
keyData: keyData ?? Bip32KeyData());