Bip86.fromExtendedKey constructor

Bip86.fromExtendedKey(
  1. String extendedKey,
  2. Bip86Coins coinType
)

Constructor for creating a Bip86 object from a extended key and coin.

Implementation

Bip86.fromExtendedKey(String extendedKey, Bip86Coins coinType)
    : super.fromExtendedKey(extendedKey, coinType.conf);