Bip44Base constructor
Bip44Base(
- Bip32Base bip32,
- BipCoinConfig coinConf
Constructor for creating a Bip44Base object from a bip32 Bip32Base and coin BipCoinConfig.
Implementation
Bip44Base(this.bip32, this.coinConf) {
_validate(bip32, coinConf);
}