Bip49.fromExtendedKey constructor

Bip49.fromExtendedKey(
  1. String extendedKey,
  2. Bip49Coins coinType
)

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

Implementation

Bip49.fromExtendedKey(String extendedKey, Bip49Coins coinType)
    : super.fromExtendedKey(extendedKey, coinType.conf);