Bip84.fromExtendedKey constructor

Bip84.fromExtendedKey(
  1. String extendedKey,
  2. Bip84Coins coinType
)

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

Implementation

Bip84.fromExtendedKey(String extendedKey, Bip84Coins coinType)
    : super.fromExtendedKey(extendedKey, coinType.conf);