Cip1852.fromSeed constructor

Cip1852.fromSeed(
  1. List<int> seedBytes,
  2. Cip1852Coins coinType
)

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

Implementation

Cip1852.fromSeed(List<int> seedBytes, Cip1852Coins coinType)
    : super.fromSeed(seedBytes, coinType.conf);