Bip44Base constructor

Bip44Base(
  1. Bip32Base bip32,
  2. BipCoinConfig coinConf
)

Constructor for creating a Bip44Base object from a bip32 Bip32Base and coin BipCoinConfig.

Implementation

Bip44Base(this.bip32, this.coinConf) {
  _validate(bip32, coinConf);
}