Bip44.fromSeed constructor

Bip44.fromSeed(
  1. List<int> seedBytes,
  2. Bip44Coins coinType
)

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

Implementation

Bip44.fromSeed(List<int> seedBytes, Bip44Coins coinType)
    : super.fromSeed(seedBytes, coinType.conf);