Bip84.fromSeed constructor

Bip84.fromSeed(
  1. List<int> seedBytes,
  2. Bip84Coins coinType
)

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

Implementation

Bip84.fromSeed(List<int> seedBytes, Bip84Coins coinType)
    : super.fromSeed(seedBytes, coinType.conf);