Cip1852.fromExtendedKey constructor

Cip1852.fromExtendedKey(
  1. String extendedKey,
  2. Cip1852Coins coinType
)

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

Implementation

Cip1852.fromExtendedKey(String extendedKey, Cip1852Coins coinType)
    : super.fromExtendedKey(extendedKey, coinType.conf);