Bip44.fromExtendedKey constructor

Bip44.fromExtendedKey(
  1. String extendedKey,
  2. Bip44Coins coinType
)

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

Implementation

Bip44.fromExtendedKey(String extendedKey, Bip44Coins coinType)
    : super.fromExtendedKey(extendedKey, coinType.conf);