Cip1852.fromBip32 constructor

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

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

Implementation

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