Cip1852.fromBip32 constructor

Cip1852.fromBip32(
  1. Bip32Base bip,
  2. CoinConfig coin
)

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

Implementation

Cip1852.fromBip32(Bip32Base bip, CoinConfig coin) : super(bip, coin);