Bip86.fromSeed constructor

Bip86.fromSeed(
  1. List<int> seedBytes,
  2. Bip86Coins coinType
)

Constructor for creating a Bip86 object from a seed and coin.

Implementation

Bip86.fromSeed(List<int> seedBytes, Bip86Coins coinType)
    : super.fromSeed(seedBytes, coinType.conf);