Bip49.fromSeed constructor
Bip49.fromSeed(
- List<
int> seedBytes, - Bip49Coins coinType
Constructor for creating a Bip49 object from a seed and coin.
Implementation
Bip49.fromSeed(List<int> seedBytes, Bip49Coins coinType)
: super.fromSeed(seedBytes, coinType.conf);